|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
ValueAnimator
provides support for animating properties on target objects.class
and
name
parameters, where the "name"
parameter represents either:
a public getName()
method on the class which takes no arguments, plus an
optional public setName()
method which takes a value of the same type
returned by getName()
a public isName()
method on the class which takes no arguments, plus an
optional public setName()
method which takes a value of the same type
returned by isName()
a public name
field on the class
PropertyValueHolder
objects.
once
option.
$.on(String, Function)
, but the function will only run once for the event.
|
||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |