Namespace onoPager.animation
Animation namespace
- Defined in: jquery.onopager.animation.js
| Namespace Attributes | Namespace Name and Description |
|---|---|
Method Summary
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
onoPager.animation.createAnimation(animationType, config, extraConfig)
This method creates and returns an animation object.
|
Namespace Detail
onoPager.animation
Method Detail
-
<static> {object} onoPager.animation.createAnimation(animationType, config, extraConfig)This method creates and returns an animation object.
- Parameters:
- {String} animationType
- Name of the animation that must be loaded.
- {Object} config
- Configuration object.
- {Object} extraConfig
- Extra, custom configuration object for the animation object.
Returns:- {object} The animation object.