The following code shows a outputText with a server effect:
<ice:outputText effect="#{bean.effect}"/>
The following code shows a outputText with a local effect:
<ice:outputText onmouseovereffect="#{bean.effect}"/>
|
Effect
|
Description
|
|
Highlight
|
Highlight a component to a selected color
and then fade to the original color.
|
|
Appear
|
Fade in a component from invisible, to
100% opacity
|
|
Fade
|
Fade out a component to invisible from
100% opacity
|
|
Pulsate
|
Flash a component for a few seconds
|
|
Move
|
Move a component to a new location
|