@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface BaseKeyframe
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BaseKeyframe.Builder |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
composite() |
static BaseKeyframe.Builder |
create() |
java.lang.String |
easing() |
java.lang.Double |
offset() |
void |
setComposite(java.lang.String composite) |
void |
setEasing(java.lang.String easing) |
void |
setOffset(java.lang.Double offset) |
@JsOverlay @Nonnull static BaseKeyframe.Builder create()
@JsProperty(name="composite") @CompositeOperationOrAuto java.lang.String composite()
@JsProperty void setComposite(@CompositeOperationOrAuto @Nonnull java.lang.String composite)
@JsProperty(name="easing") java.lang.String easing()
@JsProperty
void setEasing(@Nonnull
java.lang.String easing)
@JsProperty(name="offset") @Nullable java.lang.Double offset()
@JsProperty
void setOffset(@Nullable
java.lang.Double offset)