plus1tv / react-anime

✨ (ノ´ヮ´)ノ*:・゚✧ A super easy animation library for React!
https://codepen.io/collection/nrkjgo/
MIT License
1.55k stars 81 forks source link

All component in container animate on every update #30

Open kausti opened 6 years ago

kausti commented 6 years ago

Hi,

Just discovered this today and it was a breeze to get this working! I have each component set up with specific animations. But when one component is updated, all the component in the container animate. Even though the container itself does not have any animations defined.

Ideally I'd like only the specific component to animate and not the others. Is there a way to stop this? May be I am doing something wrong?

Thanks

alaingalvan commented 6 years ago

Would you mind sending a Codepen our way with an example of this?