TweenProperty
public struct TweenProperty : TweenableProperty
The properties of UIView that can be animated with a tween.
-
Declaration
Swift
public let animation: (UIView) -> Tween.Animation -
The
frame.origin.xproperty ofUIView.Declaration
Swift
public static func x(_ value: CGFloat) -> TweenProperty -
The
frame.origin.yproperty ofUIView.Declaration
Swift
public static func y(_ value: CGFloat) -> TweenProperty -
The
frame.originproperty ofUIView.Declaration
Swift
public static func origin(_ value: CGPoint) -> TweenProperty -
The
frame.size.widthproperty ofUIView.Declaration
Swift
public static func width(_ value: CGFloat) -> TweenProperty -
The
frame.size.heightproperty ofUIView.Declaration
Swift
public static func height(_ value: CGFloat) -> TweenProperty -
The
frame.sizeproperty ofUIView.Declaration
Swift
public static func size(_ value: CGSize) -> TweenProperty -
The
frame.minXproperty ofUIView.Declaration
Swift
public static func left(_ value: CGFloat) -> TweenProperty -
The
frame.maxXproperty ofUIView.Declaration
Swift
public static func right(_ value: CGFloat) -> TweenProperty -
The
frame.minYproperty ofUIView.Declaration
Swift
public static func top(_ value: CGFloat) -> TweenProperty -
The
frame.maxYproperty ofUIView.Declaration
Swift
public static func bottom(_ value: CGFloat) -> TweenProperty -
The
frameproperty ofUIView.Declaration
Swift
public static func frame(_ value: CGRect) -> TweenProperty -
The
boundsproperty ofUIView.Declaration
Swift
public static func bounds(_ value: CGRect) -> TweenProperty -
The
transformproperty ofUIView.Declaration
Swift
public static func transform(_ value: CGAffineTransform) -> TweenProperty -
The
centerproperty ofUIView.Declaration
Swift
public static func center(_ value: CGPoint) -> TweenProperty -
The
center.xproperty ofUIView.Declaration
Swift
public static func centerX(_ value: CGFloat) -> TweenProperty -
The
center.yproperty ofUIView.Declaration
Swift
public static func centerY(_ value: CGFloat) -> TweenProperty -
The
alphaproperty ofUIView.Declaration
Swift
public static func alpha(_ value: CGFloat) -> TweenProperty -
The
backgroundColorproperty ofUIView.Declaration
Swift
public static func backgroundColor(_ value: UIColor) -> TweenProperty -
The
tintColorproperty ofUIView.Declaration
Swift
@available(iOS 7.0, *) public static func tintColor(_ value: UIColor) -> TweenProperty -
The
contentScaleFactorproperty ofUIView.Declaration
Swift
@available(iOS 4.0, *) public static func contentScaleFactor(_ value: CGFloat) -> TweenProperty -
The
layoutMarginsproperty ofUIView.Declaration
Swift
@available(iOS 8.0, *) public static func layoutMargins(_ value: UIEdgeInsets) -> TweenProperty
View on GitHub
TweenProperty Structure Reference