IntFS extension
provides extensions for int
- on
Methods
-
tweenFrom(
int begin) → Tween< int> -
Available on int, provided by the IntFS extension
allows to create a tween that start withbeginvalue and ends withthisvalue. -
tweenTo(
int end) → Tween< int> -
Available on int, provided by the IntFS extension
allows to create a tween that start withthisvalue and ends withendvalue.