Interpolate
Swift interpolation for gesture-driven animations
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...