DoubleFS extension

provides extensions for double

on

Methods

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