| |||||||
FRAMES NO FRAMES |
For more information, see the Animation Wiki Documentation.
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
duration | no | false | java.lang.Double | Length of effect in milliseconds. The default value is 500 for free-form animations and varies for pre-defined effects. |
easing | no | false | java.lang.String | Specifies the variation of the rate at which an animation progresses. Possible values are swing, easeInQuad, easeOutQuad, easeInOutQuad, easeInCubic, easeOutCubic, easeInQuart, easeOutQuart, easeInOutQuart, easeInQuint, easeOutQuint, easeInOutQuint, easeInSine, easeOutSine, easeInOutSine, easeInExpo, easeOutExpo, easeInOutExpo, easeInCirc, easeOutCirc, easeInOutCirc, easeInElastic, easeOutElastic, easeInOutElastic, easeInBack, easeOutBack, easeInOutBack, easeInBounce, easeOutBounce, easeInOutBounce. |
effectObject | no | false | org.icefaces.ace.component.animation.Effect | The Effect object that contains the effect specifications to apply. |
event | no | false | java.lang.String | Name of the event that will trigger the animation (e.g. 'click'). The event must be supported by the component. The TLD documentation of each standard JSF component lists which events are supported, which usually map to standard DOM events. The event name must be entered without the 'on' prefix (e.g. for 'onmousemove' the value of this attribute must be 'mousemove'). |
from | no | false | java.lang.String | CSS properties to transition from (e.g. {height:20, color:'#222'}). |
iterations | no | false | java.lang.Integer | Number of times the animation is to be repeated. |
name | no | false | java.lang.String | The name of the effect, when using pre-defined effects like 'fade' and 'highlight'. Use 'anim' for free-form animations or simply omit this attribute. |
run | no | false | boolean | (Deprecated) Boolean value that specifies whether to run the application or not. |
to | no | false | java.lang.String | CSS properties to transition to (e.g. {height:100, color:'#CCC'}). |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |