Open motss opened 8 years ago
I'm not sure if its really possible to do this since they all have different (perhaps conflicting effects). eg. two of them animate opacity
or multiple of them animate transform
differently. Since only one animation can run per CSS property, this might not be feasible.
It's possible. It would follow the same model as regular web animations, where all of the animations would run, but depending on the compositing mode, only the last affecting a particular property might be visible.
Wouldn't it be much easier if
entryAnimation
andexitAnimation
support multiple animations just like something inapp-scroll-effects
where we can just add multiple animation names instead of usinganimationConfig
? WDYT?For instance,