| |
|
| java.lang.Object com.icesoft.faces.context.effects.Effect com.icesoft.faces.context.effects.Appear
Appear | public class Appear extends Effect (Code) | | The appear effect will transition an HTML element from one opacity to
another. By default if will transition from invisible to 100% opacity.
|
Constructor Summary | |
public | Appear() Default. | public | Appear(float from, float to) Transition between two opacities. |
Appear | public Appear()(Code) | | Default. Transition from invisible to 100%
|
Appear | public Appear(float from, float to)(Code) | | Transition between two opacities. Max value i 1.0 min value 0.0. 1.0 =
100% 0.0 = 0%
Parameters: from - Parameters: to - |
getFrom | public float getFrom()(Code) | | Get Start opacity
|
getFunctionName | public String getFunctionName()(Code) | | The javascript function call.
|
getTo | public float getTo()(Code) | | Get end opacity
|
hashCode | public int hashCode()(Code) | | |
setFrom | public void setFrom(float from)(Code) | | Set start opacity
Parameters: from - |
setTo | public void setTo(float to)(Code) | | Set end opacity
Parameters: to - |
|
|
|