RSDAnimatedImageThemeElement
public protocol RSDAnimatedImageThemeElement : RSDImageThemeElement
RSDAnimatedImageThemeElement defines a series of images that can be animated.
-
The animation duration.
Declaration
Swift
var animationDuration: TimeInterval -
Available for watchOS.
The animated images to display.
-
Available for iOS and tvOS.
The animated images to display.
Declaration
Swift
func images(compatibleWith traitCollection: UITraitCollection?) -> [UIImage]Return Value
The images for this step.
View on GitHub
RSDAnimatedImageThemeElement Protocol Reference