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 with begin value and ends with this value.
tweenTo(int end) Tween<int>

Available on int, provided by the IntFS extension

allows to create a tween that start with this value and ends with end value.