Function animateWAAPI
- animateWAAPI(
options?: AnimateWAAPI,
): Action<HTMLElement, ActionReturn<AnimateWAAPI>> Parameters
Optional
options: AnimateWAAPIOptional parameters.
Returns Action<HTMLElement, ActionReturn<AnimateWAAPI>>
Actual
animateWAAPI
Action.
Defines a higher order function returning an action that triggers WAAPI /
Element.animate
animations from provided keyframes and options in response to a given event. The default event is theclick
event. You may change that to any