public class Animation extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Objs> |
attr |
Objs.Property<Function.A0<? extends Void>> |
callback |
Objs.Property<Number> |
duration |
Objs.Property<Function.A1<? super Number,? extends Number>> |
easing |
Modifier | Constructor and Description |
---|---|
protected |
Animation(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static Animation |
$as(Object obj) |
Function.A0<? extends Void> |
callback() |
Number |
duration() |
Function.A1<? super Number,? extends Number> |
easing() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Objs> attr
public Objs.Property<Number> duration
public Objs.Property<Function.A1<? super Number,? extends Number>> easing
public Objs.Property<Function.A0<? extends Void>> callback
protected Animation(Objs.Constructor<?> c, Object js)
public Number duration()
public Function.A1<? super Number,? extends Number> easing()
public Function.A0<? extends Void> callback()
Copyright © 2018. All rights reserved.