v1.1.0 Release
Changelog
- Adds 2 new animations: "Stamp", "Plop".
- Existing "Zoom" animation name has been changed to "Expand" and "Shrink" accordingly to better represent the actual motion. If you have used
tdZoom
animation names in your project, you will have to replace the names as below:
Before | After |
---|---|
tdZoomIn |
tdExpandIn |
tdZoomInBounce |
tdExpandInBounce |
tdZoomOut |
tdShrinkOut |
tdZoomOutBounce |
tdShrinkOutBounce |
Additionally, appropriate entrance/exit animation pairs have been added. (tdExpandOut
,tdExpandOutBounce
,tdShrinkIn
,tdShrinkInBounce
)