You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Flippropagation={'only'}> // works like Wrapped unflip in children
<div>
asdf
</div></Flip><Flippropagation={'children'}propagationProperties={'inherit'}>// default<div>
asdf
</div></Flip>
The text was updated successfully, but these errors were encountered:
Summary
An
Unflip
component stops propagation of animation from parentFlip
. Then, why don't merge this function toFlip
?Description
Unflip
propagation
property inFlip
propagationProperties
property inFlip
The text was updated successfully, but these errors were encountered: