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
Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Interpolate!