/animapex

A powerful animation library for all APEX components

Primary LanguageJavaScriptMIT LicenseMIT

AnimAPEX

APEX Plugin

a dynamic action plugin to easily animate any APEX component.

Demo

https://apex.oracle.com/pls/apex/f?p=430:1

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

See complete changelog.

License

MIT © Vincent Morneau