valueFunction
An optional value function that is applied to interpolated values.
Declaration
var valueFunction: CAValueFunction? { get set }Discussion
If the valueFunction property is not nil, the function is applied to the values interpolated by the animation as they are applied to the presentation layer. Defaults to nil.