MotionMachine

A powerful, elegant, and modular animation library for Swift.

MIT License

Stars
383
Committers
1

Bot releases are visible (Hide)

MotionMachine - 2.0.2 Latest Release

Published by poetmountain 8 months ago

• Update protocol conformance to AnyObject

MotionMachine - 2.0.1

Published by poetmountain over 3 years ago

  • Fixed some retain cycles that were holding on to target objects
  • Updated examples project
MotionMachine - 2.0.0

Published by poetmountain over 5 years ago

  • Support for Swift 5.0
  • Updated syntax in MotionOptions for newer Swift naming conventions
  • Updated Swift package file to newest version, requires Xcode 11 to import
  • Bumped version to 2.0.0 due to breaking change in MotionOptions (Swift Package Manager requires packages use semantic versioning)
MotionMachine - 1.3.2

Published by poetmountain over 6 years ago

  • Fixed bugs which prevented some CGStructs from being updated when using Motion’s statesForProperties convenience initializer
  • Added targetsNestedStruct static method to CGStructAssistant, which determines whether a specified keyPath targets a struct of a CGRect
  • Added and improved tests
  • Improved readability and streamlined some code
MotionMachine - 1.3.0

Published by poetmountain over 6 years ago

  • Refactored the "finalState" convenience initializer for the Motion class to now take an Array of PropertyStates objects. This allows you to provide both starting and ending representational value objects for easy animation properties creation. Most of the ValueAssistant objects had significant updates to support this.
  • A new "buildPropertyData(fromObject: AnyObject, propertyStates: [PropertyStates])" public method has been added to the Motion class, which creates and returns an array of PropertyData objects. This method is used in conjunction with the above convenience initializer, but can be called ad hoc to generate PropertyData objects from a set of state objects you pass in.
  • Bugfix: ValueAssistants now won't exclude properties from being created when the ending value is the same as the object's original value, but the specified starting value is different.
  • Minor updates for Swift 4 compatibility. The Examples and Tests projects now target Swift 4.
  • Updated tests, and additional test coverage for ValueAssistant classes.
MotionMachine - 1.2.0

Published by poetmountain about 7 years ago

Updates to support Swift 4.0.

MotionMachine - 1.1.1

Published by poetmountain over 7 years ago

Updates to fix compiler warnings and deprecations.

MotionMachine - 1.1.0

Published by poetmountain about 8 years ago

Updated to support Swift 3.0. Please see the swift2.3 branch for Swift 2.3 support.

MotionMachine - Initial Release

Published by poetmountain over 8 years ago