| |
|
| java.lang.Object com.icesoft.faces.context.effects.Effect com.icesoft.faces.context.effects.Fade
Fade | public class Fade extends Effect (Code) | | The Fade effect will transition an HTML element from one opacity to another.
By default it will start at 100% and transition to invisible.
|
Constructor Summary | |
public | Fade() Default. | public | Fade(float from, float to) |
Fade | public Fade()(Code) | | Default. from 1.0 to 0.0
|
Fade | public Fade(float from, float to)(Code) | | Parameters: from - Starting opacity Parameters: to - end opacity |
getFrom | public float getFrom()(Code) | | Get the starting opacity
|
getFunctionName | public String getFunctionName()(Code) | | Get the Javascript function name
|
getTo | public float getTo()(Code) | | Get the ending opacity
|
hashCode | public int hashCode()(Code) | | |
setFrom | public void setFrom(float from)(Code) | | Set the starting opacity
Parameters: from - |
setTo | public void setTo(float to)(Code) | | Set the ending opacity
Parameters: to - |
|
|
|