KeyframesWithSplineSpec
constructor(config: KeyframesWithSplineSpec.KeyframesWithSplineSpecConfig<T>, @FloatRange(from = 0.0, to = 1.0) periodicBias: Float)
Constructor that returns a periodic spline implementation.
Parameters
config
Keyframe configuration of the spline, should contain the set of values, timestamps and easing curves to animate through.
periodicBias
A value from 0f to 1f, indicating how much the starting or ending velocities are modified respectively to achieve periodicity.