This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Documentation page for using ngAnimate with 3rd party frameworks #8569
Closed
Description
ngAnimate needs documentation on how to allow the module to play well with 3rd the party frameworks.
An example of this is with frameworks such as Zurb Foundation. This framework in particular places default, global transition styling to ensure code reuse. The global aspect of this doesn't fit well with ngAnimate since it is unable to detect that the animation code has nothing to do with ngAnimate. Therefore we need better docs explaining how to fix this.
Here is the original issue:
#8288 (comment)