Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-08-18 | 289 Bytes | |
v0.7.0.tar.gz | 2021-08-18 | 29.5 MB | |
v0.7.0.zip | 2021-08-18 | 29.7 MB | |
Totals: 3 Items | 59.2 MB | 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.