Skip to content

v1.1.0 Release

Compare
Choose a tag to compare
@zvuc zvuc released this 11 Mar 09:26
· 17 commits to master since this release

Changelog

  1. Adds 2 new animations: "Stamp", "Plop".
  2. 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)