Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an animation key frame. An animation keyframe may be a reference to a CSS class with transitions associated, or a set of animatable CSS properties and values. http://www.w3.org/TR/css3-transitions/#animatable-css

Hierarchy

  • AnimationKeyframe

Index

Properties

Optional background

background: any

Optional backgroundColor

backgroundColor: any

Optional backgroundPosition

backgroundPosition: any

Optional border

border: any

Optional borderBottomColor

borderBottomColor: any

Optional borderBottomWidth

borderBottomWidth: any

Optional borderColor

borderColor: any

Optional borderLeftColor

borderLeftColor: any

Optional borderLeftWidth

borderLeftWidth: any

Optional borderRightColor

borderRightColor: any

Optional borderRightWidth

borderRightWidth: any

Optional borderSpacing

borderSpacing: any

Optional borderTopColor

borderTopColor: any

Optional borderTopWidth

borderTopWidth: any

Optional bottom

bottom: any

Optional className

className: string

CSS class name to apply for this keyframe. This class name may pre-exist in an application stylesheet and be specified by the API consumer. If not, it may be populated by the animation system to point to an emitted CSS class, depending on the AnimationProvider used.

Optional clip

clip: any

Optional color

color: any

Optional crop

crop: any

Optional duration

duration: number

The duration of this keyframe. If this keyframe is a simply a reference to an existing CSS class, and no duration is provided, one will need to be calculated. The act of calculating the duration will cause a layout calculation and should thus be considered expensive. It's always better to explicitly provide a duration if possible.

Optional fontSize

fontSize: any

Optional fontWeight

fontWeight: any

Optional height

height: any

Optional isDynamic

isDynamic: boolean

Whether or not this frame is dynamic. Frames that are dynamic do not need to be cached. Frames calculated on the fly and only used once should be considered dynamic frames.

Optional left

left: any

Optional letterSpacing

letterSpacing: any

Optional lineHeight

lineHeight: any

Optional margin

margin: any

Optional marginBottom

marginBottom: any

Optional marginLeft

marginLeft: any

Optional marginRight

marginRight: any

Optional marginTop

marginTop: any

Optional maxHeight

maxHeight: any

Optional maxWidth

maxWidth: any

Optional minHeight

minHeight: any

Optional minWidth

minWidth: any

Optional opacity

opacity: any

Optional outline

outline: any

Optional outlineColor

outlineColor: any

Optional outlineOffset

outlineOffset: any

Optional outlineWidth

outlineWidth: any

Optional padding

padding: any

Optional paddingBottom

paddingBottom: any

Optional paddingLeft

paddingLeft: any

Optional paddingRight

paddingRight: any

Optional paddingTop

paddingTop: any

Optional right

right: any

Optional textIndent

textIndent: any

Optional textShadow

textShadow: any

Optional top

top: any

Optional transform

transform: any

Optional transitionDuration

transitionDuration: any

Optional verticalAlign

verticalAlign: any

Optional visibility

visibility: any

Optional width

width: any

Optional wordSpacing

wordSpacing: any

Optional zIndex

zIndex: any