Html5 Support for Apache MyFaces
Project Documentation
Foundation

Summary

Tag name: <fx:animationShake>
UIComponent class: org.apache.myfaces.html5.component.animation.AnimationShake
Tag class: org.apache.myfaces.html5.tag.animation.AnimationShakeTag
Component type: org.apache.myfaces.html5.AnimationShake
Component family: org.apache.myfaces.AnimationShake
Renderer type: org.apache.myfaces.html5.AnimationShake
Renderer class: org.apache.myfaces.html5.renderkit.animation.AnimationShakeRenderer

Shake animation.

Attributes

Name Type Supports EL? Description
binding org.apache.myfaces.html5.component.animation.AnimationShake Only EL Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.
id String Yes Get a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
rendered boolean Yes A boolean value that indicates whether this component should be rendered. Default value: true.
rotation double Yes Value to rotate the ClientBehaviorHolder. Defaults to 20. Value must be in degrees.
Values negative or larger than 360 are also valid, and causes the animation to overlap.