1.1.0 • Published 8 years ago

animapex v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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

AttributeDescription
AnimationDefines the type of animation to apply to the target component
DelayDefines the delay in seconds. Default: 0
DurationDefines the animation total duration in seconds. Default: varies depending on the animation
Iteration CountDefines the number of times the animation is played. Default: 1

Plugin Events

Event NameInternal NameDescription
AnimAPEX - Before Animationanimapex-beforeEvent is triggered before the animation starts
AnimAPEX - After Animationanimapex-afterEvent 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

1.1.0

8 years ago