- Added tween
transition
. - Added
fitParentSize
attribute (bool) toTweenContainer
. - Fixed
"Incorrect use of ParentDataWidget"
errors. - Fixed
rotation
withtransformOrigin
bug.
- Added default ease:
Ease.ease
- Added default duration: 1.0 (second)
- Added more eases:
Ease.backIn
,Ease.backOut
,Ease.backInOut
,Ease.slowMo
,Ease.sineIn
,Ease.sineOut
,Ease.sineInOut
. - Added more examples.
- Added
dispose()
andset(TweenData)
function to TweenContainer. - Updated TweenContainer constructor, clean some code.
- Improve performance.
- Fixed "opacity" bug (under 0 and over 1).
- Fixed TLRB value error when undefined.
- Changed "onComplete" callback behavior: return "target".
- Updated TweenMe constructor, make tween's target required.
- Updated homepage.
- Added example & documentation.
- Fixed warning messages.
- TODO: Add more example projects.
- TODO: Working with tween timeline.