FlyToCameraAnimator
public final class FlyToCameraAnimator : NSObject, CameraAnimator, CameraAnimatorProtocol
An animator that evokes powered flight and an optional transition duration and timing function It seamlessly incorporates zooming and panning to help the user find their bearings even after traversing a great distance.
See also
fly(to:duration:completion:)
-
The animator’s owner
Declaration
Swift
public let owner: AnimationOwner
-
The animator’s duration
Declaration
Swift
public let duration: TimeInterval
-
The animator’s state
Declaration
Swift
public var state: UIViewAnimatingState { get }
-
Declaration
Swift
public func stopAnimation()
-
Undocumented
Declaration
Swift
public func cancel()