public class AnimationOptions extends Object
Constructor and Description |
---|
AnimationOptions(Boolean interrupt)
Constructs an instance with the passed value for property Interrupt
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getInterrupt()
Gets value of interrupt
The Interrupt property represents a flag which determines if a call to Window.animate
will interrupt all pending transitions, or add itself to the queue.
|
org.json.JSONObject |
getOptions()
Gets options in JSON format
|
public AnimationOptions(Boolean interrupt)
interrupt
- Value for interruptpublic Boolean getInterrupt()
public org.json.JSONObject getOptions()
Copyright © 2022. All rights reserved.