a dynamic action plugin to easily animate any APEX component.
https://apex.oracle.com/pls/apex/f?p=430:1
Import the plugin from the latest release in your application.
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 |
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 |
- 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)
- APEX 5.0.x
- APEX 5.1.x
MIT © Vincent Morneau