NevinhaJS / nevinha-js

More than just framework... A component framework to make the web animations development easier
MIT License
25 stars 8 forks source link

FadeIn, FadeOut and Bomb is not working when we change between they #50

Closed clovisdasilvaneto closed 6 years ago

clovisdasilvaneto commented 6 years ago

To solve the problem between States of animation, we have created a nomenclature about how you can use your animations.

Now we have

Controlled animations: The most recommended way of use of your animations. To use it, you need to call setAnimation(componentRef, animationConfig), where:

Inline animations where you just need to parse the name of the animation as property of you component or tag HTML.

You can see more detail about this methodology in the docs of the NevinhaJs website.