lvivski/animatic

Animate multiples elements of a specific classe?

kamishi opened this issue · 2 comments

Hello,

First of all, thank you for this amazing tool! I have been using it, and It is really great.

I was wondering if it is possible to animate multiples elements at once, for instance, to animate all div with the class ".xyz".

I have read the doc, but it seems to only animate a single element, not to apply an animation to multiple elements like it's possible to do in CSS.

Thank you!

Dou you want to apply the same animation for all the elements in collection? I think I may take a look at this problem, it shouldn't be really hard.

Yes, for instance, selecting multiples elements like in jQuery (".xyz"), and apply the same animation/change to all of them in the same time.

Thank you for your quick reply!