PMTween v1.1.0 Release Notes

    • โž• 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.