IntFS extension

provides extensions for int

on

Methods

tweenFrom(int begin) Tween<int>
allows to create a tween that start with begin value and ends with this value.
tweenTo(int end) Tween<int>
allows to create a tween that start with this value and ends with end value.