Html5 Support for Apache MyFaces
Project Documentation
Foundation

Summary

Tag name: <fx:animationPulse>
UIComponent class: org.apache.myfaces.html5.component.animation.AnimationPulse
Tag class: org.apache.myfaces.html5.tag.animation.AnimationPulseTag
Component type: org.apache.myfaces.html5.AnimationPulse
Component family: org.apache.myfaces.AnimationPulse
Renderer type: org.apache.myfaces.html5.AnimationPulse
Renderer class: org.apache.myfaces.html5.renderkit.animation.AnimationPulseRenderer

Pulsates the component that this is attached.

Attributes

Name Type Supports EL? Description
binding org.apache.myfaces.html5.component.animation.AnimationPulse 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.
maxOpacity double Yes Max opacity value for animating. Value should be in the range [0.0, 1.0]. Defaults to 1.0.
minOpacity double Yes Min opacity value for animating. Value should be in the range [0.0, 1.0]. Defaults to 0.5.
rendered boolean Yes A boolean value that indicates whether this component should be rendered. Default value: true.