-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Milestone
Description
It would be handy to support <Animatable> elements at any depth under a <AnimationGroup> or <AnimationSequence>. I.e.
<AnimationGroup ...>
<Animatable ...>
<div>
ohai
<Animatable ...>
<div>ohai2u</div>
</Animatable>
</div>
</Animatable>I'm unsure what all the implications would be though. Would crawling the element tree on render going to be too much of a perf burden? Similarly, someone might be tempted to nesting <Animatable>s inside other <Animatable> - though, that should be ok, I think :P