storeAnimatedValue(_:)
Stores the action’s animated value, which the animation manager uses to produce a final animated result. Returns true on success, otherwise false.
Declaration
@discardableResult func storeAnimatedValue<ValueType>(_ value: ValueType) -> Bool