Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnimationGroupProps

Props for AnimationGroup

Hierarchy

  • AnimationGroupProps

Index

Properties

Properties

children

children: React.ReactNode

Rendered untouched.

Children and their decendents will be able to use ConnectToAnimationGroup to get access to this AnimationGroup.

Optional paused

paused: undefined | false | true

If true, the animation will not advance to the next step.

Generated using TypeDoc