|
CORE
NATIVE
TABLE
MAKE
CUSTOMIZE
EFFECTS
effects_base.js
effects_morph.js
effects_fade.js
effects_move.js
effects_extra.js
effects_toggle.js
effects_cycle.js
effects_cycles.js
VIRTUAL BOX
PLUG-IN
|
effects_extra.js
Contains a collection of miscellanous effects. Contains Class Fx.Pulsate, Class Fx.SwitchOff, Class Fx.Gradient, Class Element Requires Summary
Pulsates the element for a determinate number of times Extends Fx.Tween Constructor new Fx.Pulsate (element, options) Properties
Options
Methods
top method start starts the Fx.Pulsate effect
Arguments
Example var fx = new Fx.Pulsate('box'); fx.start(); Switch an element off vertically or horizontally Extends Fx.Morph Constructor new Fx.SwitchOff (element, options) Properties
Options
Methods
top method start starts the Fx.SwitchOff effect
Arguments
Example var fx = new Fx.SwitchOff('box'); fx.start(); Transition the background-color or the color of an element how many times you want Extends Fx.Tween Constructor new Fx.Gradient (element, options) Properties
Options
Methods
top method start starts the Fx.Gradient effect
Arguments
Example var fx = new Fx.Gradient('box'); // two transitions fx.start(['#56617D', '#78ba91']); // six transitions fx.start(['#56617D', '#78ba91', '#8eaeaf', '#9a6f1b', '#a87aad', '#eeaba8']); Extends the Element Class with Fx shortcuts.All these methods accept the same arguments of the relative Fx effect (obviously without the element) Extends Class Element Methods
top method pulsate returns an Fx.Pulsate instance
top method switchOff returns an Fx.SwitchOff instance
top method gradient returns an Fx.Gradient instance
Extends the Element.Properties Hash for using the effects_extra.js Fx Classes as Element's dynamic shortcuts with the Element.effect method
Documentation By
Riccardo Degni -
powered by MakeDocs, CMS by RD |