angular / angular.js

AngularJS - HTML enhanced for web apps!
https://angularjs.org
MIT License
58.85k stars 27.52k forks source link

Add documentation for structural option in animateCss service #13049

Closed sevdog closed 8 years ago

sevdog commented 8 years ago

The structural option for $animateCss service is undocumented on the service page (https://docs.angularjs.org/api/ngAnimate/service/$animateCss), but is used in the animation examples (https://docs.angularjs.org/api/ngAnimate).

To find out what this option do you must go to the source code of the service. This feature should be documented for better knowledge.

Narretz commented 8 years ago

Would you like to open a PR with the changes?

sevdog commented 8 years ago

I will as soon as I have time.