-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
An Unflip component stops propagation of animation from parent Flip. Then, why don't merge this function to Flip?
Description
- Remove
Unflip - add
propagationproperty inFlip- add
propagationPropertiesproperty inFlip
- add
interface FlipProps {
// ...
propagation?: 'only' | 'children';
propagationProperties?: 'inherit' | string[];
}<Flip propagation={'only'}> // works like Wrapped unflip in children
<div>
asdf
</div>
</Flip>
<Flip propagation={'children'} propagationProperties={'inherit'}> // default
<div>
asdf
</div>
</Flip>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request