TweenProperty
public struct TweenProperty : TweenableProperty
The properties of NSLayoutConstraint
that can be animated with a tween.
-
Declaration
Swift
public let animation: (NSLayoutConstraint) -> Tween.Animation
-
The
constant
property ofNSLayoutConstraint
.Declaration
Swift
public static func constant(_ value: CGFloat) -> TweenProperty