animapex
v1.1.0
Published
A dynamic action plugin to easily animate any APEX component
Downloads
1
Readme
AnimAPEX
a dynamic action plugin to easily animate any APEX component.
Demo
Install
Import the plugin from the latest release in your application.
Plugin Attributes
Attribute | Description --- | --- Animation | Defines the type of animation to apply to the target component Delay | Defines the delay in seconds. Default: 0 Duration | Defines the animation total duration in seconds. Default: varies depending on the animation Iteration Count | Defines the number of times the animation is played. Default: 1
Plugin Events
Event Name | Internal Name | Description --- | --- AnimAPEX - Before Animation | animapex-before | Event is triggered before the animation starts AnimAPEX - After Animation | animapex-after | Event is triggered after the animation is finished
How to use
- Create a new Dynamic Action with your desired event
- As action choose "AnimAPEX [Plugin]"
- Choose best fitting plugin attributes
- Choose Affected Elements that the animation will apply to (Items, Buttons, Regions or jQuery Selectors)
Compatibility
- APEX 5.0.x
- APEX 5.1.x
Changelog
License
MIT © Vincent Morneau