Html5 Support for Apache MyFaces
Project Documentation
Foundation

Summary

Tag name: <fx:effect>
UIComponent class: org.apache.myfaces.html5.component.effect.Effect
Tag class: org.apache.myfaces.html5.tag.effect.EffectTag
Component type: org.apache.myfaces.html5.Effect
Component family: org.apache.myfaces.Effect
Renderer type: org.apache.myfaces.html5.Effect
Renderer class: org.apache.myfaces.html5.renderkit.effect.EffectRenderer

Provides transition of a CSS property to a value.

Attributes

Name Type Supports EL? Description
property String Yes The CSS property name to make the transition. Must be a CSS property name (i.e. opacity)
value String Yes The value to make the transition.