UNPKG

@wix/design-system

Version:

@wix/design-system

25 lines (21 loc) 713 B
### dataHook - type: string - description: Applied as data-hook HTML attribute that can be used in the tests ### children - type: node - description: The component which we would like to animate. ### active - type: bool - description: Triggers the animation transition ### onStart - type: func - description: A callback fired immediately after the animation starts. ### onEnd - type: func - description: A callback fired immediately after the animation ends. ### loop - type: bool - description: when set to true, the child component animate repetitively until stopped by other event ### delay - type: union - description: set a delay before the animation execution. When provided a number- sets this as `ms`.