v0.7.0
- Update the
Vibrator
API of Android. - Add
Smooth
function and Set theSmooth
as the default ease. - Optimize the
Tween
implementation by remove thequeueAction
. - Refactor the
ArrayQueue
, renamePush
toEnqueue
andPop
toDequeue
. - Improve the code comments.