@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface ComputedEffectTiming
extends EffectTiming
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ComputedEffectTiming.Builder |
| Modifier and Type | Method and Description |
|---|---|
double |
activeDuration() |
@JsNullable java.lang.Double |
currentIteration() |
double |
endTime() |
@JsNullable java.lang.Double |
localTime() |
static ComputedEffectTiming.Builder |
of() |
@JsNullable java.lang.Double |
progress() |
void |
setActiveDuration(double activeDuration) |
void |
setCurrentIteration(@JsNullable java.lang.Double currentIteration) |
void |
setEndTime(double endTime) |
void |
setLocalTime(@JsNullable java.lang.Double localTime) |
void |
setProgress(@JsNullable java.lang.Double progress) |
delay, direction, duration, easing, endDelay, fill, iterations, iterationStart, setDelay, setDirection, setDuration, setDuration, setDuration, setEasing, setEndDelay, setFill, setIterations, setIterationStart@JsOverlay @Nonnull static ComputedEffectTiming.Builder of()
of in interface EffectTiming@JsProperty(name="activeDuration") double activeDuration()
@JsProperty void setActiveDuration(double activeDuration)
@JsProperty(name="currentIteration") @JsNullable java.lang.Double currentIteration()
@JsProperty void setCurrentIteration(@JsNullable java.lang.Double currentIteration)
@JsProperty(name="endTime") double endTime()
@JsProperty void setEndTime(double endTime)
@JsProperty(name="localTime") @JsNullable java.lang.Double localTime()
@JsProperty void setLocalTime(@JsNullable java.lang.Double localTime)
@JsProperty(name="progress") @JsNullable java.lang.Double progress()
@JsProperty void setProgress(@JsNullable java.lang.Double progress)