New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

animapex

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animapex

A dynamic action plugin to easily animate any APEX component

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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 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

FAQs

Package last updated on 22 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts