Package run.undead.js
Class RemoveClassOpts
java.lang.Object
run.undead.js.RemoveClassOpts
- All Implemented Interfaces:
Cmd
RemoveClassOpts are the options for the remove_class JS command. This command
removes the specified classes from the targeted element.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoveClassOpts(String classNames) removes the specified classes from the current elementRemoveClassOpts(String classNames, String to) removes the specified classes from the current elementRemoveClassOpts(String classNames, String to, Duration time) removes the specified classes from the current elementRemoveClassOpts(String classNames, String to, Duration time, run.undead.js.Transition transition) removes the specified classes from the current element -
Method Summary
-
Field Details
-
classNames
-
to
-
time
-
transition
protected run.undead.js.Transition transition
-
-
Constructor Details
-
RemoveClassOpts
removes the specified classes from the current element- Parameters:
classNames- the classes to remove
-
RemoveClassOpts
removes the specified classes from the current element- Parameters:
classNames- the classes to removeto- the DOM selector for the targeted element
-
RemoveClassOpts
removes the specified classes from the current element- Parameters:
classNames- the classes to removeto- the DOM selector for the targeted elementtime- the duration of the transition
-
RemoveClassOpts
public RemoveClassOpts(String classNames, String to, Duration time, run.undead.js.Transition transition) removes the specified classes from the current element- Parameters:
classNames- the classes to removeto- the DOM selector for the targeted elementtime- the duration of the transitiontransition- the css transition classes to apply- See Also:
-
-
Method Details