Animation Properties
open class AnimationProperties(borderColor: String?, textColor: String?, pointer: Boolean?, highlight: String?, animationStyle: String?, animationTime: Double?, render: Boolean?) : StylesheetProperty
Content copied to clipboard
Animation properties for when a data structure is being animated (for example, during push/pop operations on a stack)
Constructors
AnimationProperties
Link copied to clipboard
Functions
Properties
animationStyle
Link copied to clipboard
animationTime
Link copied to clipboard
borderColor
Link copied to clipboard
Inheritors
DefaultAnimationProperties
Link copied to clipboard