Skip to content

1.1.0

Compare
Choose a tag to compare
@poetmountain poetmountain released this 06 May 19:07
· 46 commits to master since this release
  • Added PMTweenPhysicsUnit and PMTweenPhysicsSystem classes to provide dynamic, physics-based tweening! PMTweenPhysicsUnit adopts PMTweening, so you get all the standard PMTween functionality – use it in groups and sequences, add reversing, pause it, etc. See the documentation and examples project for more info.
  • Fixed bug where PMTweening classes set to reversing wouldn't reverse properly inside a PMTweenGroup that wasn't itself reversing.
  • currentValue property wasn't being set to startingValue in PMTweenUnit on setup.
  • New tests.
  • Updated examples project.