Interpolate is a powerful Swift interpolation framework for creating interactive gesture-driven animations. The idea of Interpolate is - all animation is the interpolation of values over time. Create an Interpolate object with a from value, a to value and an apply closure that applies the interpolation's result to the target object. Alternatively, you can specify multiple values for the interpolation in an array. The Swift compiler might have issues to infer the type of the array so it's best to be explicit. For other types of gesture recognizers that only report a beginning and an end (e.g. a UILongPressGestureRecognizer), you can animate directly to a target progress value with a given duration.
Features
- Swift interpolation framework
- Create interactive gesture-driven animation
- Create an Interpolate object with a from value
- Gesture recognizer or delegate that reports every step of its progress
- You can animate directly to a target progress value with a given duration
- Interpolate currently supports the interpolation of CGPoint, CGRect, CGSize, etc.
Categories
AnimationLicense
MIT LicenseFollow Interpolate
nel_h2
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Interpolate!