ImageAnimation
enum ImageAnimation : String
These are the possible animations for StorySequenceEvents. As new animations are created and added in StorySequencePlayer.swift and Animate.swift, this collection should be updated.
** Any changes to this struct need to be reflected in the PowerUp Story Designer web app.
-
Undocumented
Declaration
Swift
static let cases: [StorySequence.ImageAnimation] -
Undocumented
Declaration
Swift
case shake = "shake" -
Undocumented
Declaration
Swift
case tiltLeft = "tiltLeft" -
Undocumented
Declaration
Swift
case tiltRight = "tiltRight" -
Undocumented
Declaration
Swift
case jiggle = "jiggle" -
Undocumented
Declaration
Swift
case flip = "flip"
ImageAnimation Enumeration Reference