animapex

1.1.0 • Public • Published

AnimAPEX

APEX Plugin

a dynamic action plugin to easily animate any APEX component.

Demo

https://animapex.com

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

Readme

Keywords

none

Package Sidebar

Install

npm i animapex

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • vincentmorneau