Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Releases: intuit/AnimationEngine

Bug fix

22 Nov 04:03
Compare
Choose a tag to compare

Fixes minor issue with completion block

Resolve namespace issue

11 Aug 18:16
Compare
Choose a tag to compare
  • Rename the INTUDefines.h file to INTUGroupedArrayDefines.h

Generics, Nullability Annotations, and a fix

11 Aug 17:00
Compare
Choose a tag to compare
  • Fix a crash when canceling an animation from within an animation block. See #3 for more details (thanks @Naxum!).
  • Add nullability annotations and generics throughout the library. In particular, this improves how the API bridges into Swift.

Improve compatibility of Spring Solver

05 May 18:17
Compare
Choose a tag to compare
  • Use a preprocessor macro to define the number of spring solver dimensions so that it is always visible to client code as a compile-time constant

Minor enhancement

04 May 17:16
Compare
Choose a tag to compare
  • Add check for invalid spring animation parameters

Spring Animation

04 May 16:28
Compare
Choose a tag to compare
  • Add brand new Spring Solver library, a standalone generic C library to simulate the physics of a spring-mass system based on the one that powers Facebook's Pop
  • Expose a new spring animation API on INTUAnimationEngine that uses this spring solver under the hood

Swift compatibility

14 Nov 19:21
Compare
Choose a tag to compare
  • Fix an issue with the easing functions not being accessible in Swift code

v1.1.0: Animation Options

25 Sep 17:23
Compare
Choose a tag to compare
  • Add a new API that takes a mask of animation options, including repeat and autoreverse

v1.0.0: Initial Release

19 Sep 03:38
Compare
Choose a tag to compare
Initial commit