Class f_slideUpTransEffect
Object
f_object
f_effect
f_timerEffect
f_slideUpEffect
f_slideUpTransEffect
- class f_slideUpTransEffect
- extends f_slideUpEffect
Create
public static final f_effect Create(String name,
HTMLElement component,
Function callback)
- Create an effect found by its name !
- Parameters:
name - Name of the effect.component - Component which be affected by the effect.callback - Callback which be called when the effect changes properties.
- Returns:
- An instance of f_effect class.
f_getComponent
public HTMLElement f_getComponent()
- Returns:
- Component associated to this effect.
Run
public void Run(Object value)
- Parameters:
value - A parameter ...