Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAnimationOptions

Animation options control how an animation is produced, it shouldn't be too different for those who have used animejs, or jquery's animate method.

remark

An animation option is an object with keys and values that are computed and passed to the Animate class to create animations that match the specified options.

Hierarchy

Indexable

[property: `--${string}`]: TypeAnimationOptionTypes

Theses are the CSS properties to be animated as Keyframes

Read more on MDN

remark

An object containing key-value pairs consisting of the property to animate and an array of values to iterate over.

example
element.animate({
  opacity: [ 0, 1 ],          // [ from, to ]
  color:   [ "#fff", "#000" ] // [ from, to ]
}, 2000);

Using this format, the number of elements in each array does not need to be equal. The provided values will be spaced out independently.

example
element.animate({
  opacity: [ 0, 1 ], // offset: 0, 1
  backgroundColor: [ "red", "yellow", "green" ], // offset: 0, 0.5, 1
}, 2000);

The special keys offset, easing, and composite (described below) may be specified alongside the property values.

example
element.animate({
  opacity: [ 0, 0.9, 1 ],
  offset: [ 0, 0.8 ], // Shorthand for [ 0, 0.8, 1 ]
  easing: [ 'ease-in', 'ease-out' ],
}, 2000);

After generating a suitable set of keyframes from the property value lists, each supplied offset is applied to the corresponding keyframe. If there are insufficient values, or if the list contains null values, the keyframes without specified offsets will be evenly spaced as with the array format described above.

If there are too few easing or composite values, the corresponding list will be repeated as needed.

Note: to use composite you will need to add it to the {@link AnimationOptions.extend | extend} object as an option

Index

Properties

Methods

Properties

align-content

align-content: TypeAnimationOptionTypes | string[]

align-items

align-items: TypeAnimationOptionTypes | string[]

align-self

align-self: TypeAnimationOptionTypes | string[]

alignment-baseline

alignment-baseline: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

animation-delay

animation-delay: TypeAnimationOptionTypes | string[]

animation-direction

animation-direction: TypeAnimationOptionTypes | string[]

animation-duration

animation-duration: TypeAnimationOptionTypes | string[]

animation-fill-mode

animation-fill-mode: TypeAnimationOptionTypes | string[]

animation-iteration-count

animation-iteration-count: TypeAnimationOptionTypes | string[]

animation-name

animation-name: TypeAnimationOptionTypes | string[]

animation-play-state

animation-play-state: TypeAnimationOptionTypes | string[]

animation-timing-function

animation-timing-function: TypeAnimationOptionTypes | string[]

aspect-ratio

aspect-ratio: TypeAnimationOptionTypes | string[]

Optional autoplay

autoplay?: boolean

Determines if the animation should automatically play immediately after being instantiated.

backdrop-filter

backdrop-filter: string | TypeCallback | string[]

Optional backdropFilter

backdropFilter?: string | TypeCallback | string[]

backface-visibility

backface-visibility: TypeAnimationOptionTypes | string[]

background-attachment

background-attachment: TypeAnimationOptionTypes | string[]

background-blend-mode

background-blend-mode: TypeAnimationOptionTypes | string[]

background-clip

background-clip: TypeAnimationOptionTypes | string[]

background-color

background-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

background-image

background-image: TypeAnimationOptionTypes | string[]

background-origin

background-origin: TypeAnimationOptionTypes | string[]

background-position

background-position: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

background-position-x

background-position-x: TypeAnimationOptionTypes | string[]

background-position-y

background-position-y: TypeAnimationOptionTypes | string[]

background-repeat

background-repeat: TypeAnimationOptionTypes | string[]

background-size

background-size: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

baseline-shift

baseline-shift: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

block-size

block-size: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-block

border-block: TypeAnimationOptionTypes | string[]

border-block-color

border-block-color: TypeAnimationOptionTypes | string[]

border-block-end

border-block-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-block-end-color

border-block-end-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-block-end-style

border-block-end-style: TypeAnimationOptionTypes | string[]

border-block-end-width

border-block-end-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-block-start

border-block-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-block-start-color

border-block-start-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-block-start-style

border-block-start-style: TypeAnimationOptionTypes | string[]

border-block-start-width

border-block-start-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-block-style

border-block-style: TypeAnimationOptionTypes | string[]

border-block-width

border-block-width: TypeAnimationOptionTypes | string[]

border-bottom

border-bottom: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-bottom-color

border-bottom-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-bottom-left-radius

border-bottom-left-radius: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-bottom-right-radius

border-bottom-right-radius: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-bottom-style

border-bottom-style: TypeAnimationOptionTypes | string[]

border-bottom-width

border-bottom-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-collapse

border-collapse: TypeAnimationOptionTypes | string[]

border-color

border-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-end-end-radius

border-end-end-radius: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-end-start-radius

border-end-start-radius: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-image

border-image: TypeAnimationOptionTypes | string[]

border-image-outset

border-image-outset: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-image-repeat

border-image-repeat: TypeAnimationOptionTypes | string[]

border-image-slice

border-image-slice: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-image-source

border-image-source: TypeAnimationOptionTypes | string[]

border-image-width

border-image-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-inline

border-inline: TypeAnimationOptionTypes | string[]

border-inline-color

border-inline-color: TypeAnimationOptionTypes | string[]

border-inline-end

border-inline-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-inline-end-color

border-inline-end-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-inline-end-style

border-inline-end-style: TypeAnimationOptionTypes | string[]

border-inline-end-width

border-inline-end-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-inline-start

border-inline-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-inline-start-color

border-inline-start-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-inline-start-style

border-inline-start-style: TypeAnimationOptionTypes | string[]

border-inline-start-width

border-inline-start-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-inline-style

border-inline-style: TypeAnimationOptionTypes | string[]

border-inline-width

border-inline-width: TypeAnimationOptionTypes | string[]

border-left

border-left: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-left-color

border-left-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-left-style

border-left-style: TypeAnimationOptionTypes | string[]

border-left-width

border-left-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-radius

border-radius: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-right

border-right: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-right-color

border-right-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-right-style

border-right-style: TypeAnimationOptionTypes | string[]

border-right-width

border-right-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-spacing

border-spacing: TypeAnimationOptionTypes | string[]

border-start-end-radius

border-start-end-radius: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-start-start-radius

border-start-start-radius: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-style

border-style: TypeAnimationOptionTypes | string[]

border-top

border-top: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-top-color

border-top-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-top-left-radius

border-top-left-radius: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-top-right-radius

border-top-right-radius: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-top-style

border-top-style: TypeAnimationOptionTypes | string[]

border-top-width

border-top-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

border-width

border-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

box-shadow

box-shadow: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

box-sizing

box-sizing: TypeAnimationOptionTypes | string[]

break-after

break-after: TypeAnimationOptionTypes | string[]

break-before

break-before: TypeAnimationOptionTypes | string[]

break-inside

break-inside: TypeAnimationOptionTypes | string[]

caption-side

caption-side: TypeAnimationOptionTypes | string[]

caret-color

caret-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

clip-path

clip-path: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

clip-rule

clip-rule: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

color-interpolation

color-interpolation: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

color-interpolation-filters

color-interpolation-filters: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

color-profile

color-rendering

color-rendering: TypeAnimationOptionTypes

color-scheme

color-scheme: TypeAnimationOptionTypes | string[]

colorProfile

colorRendering

colorRendering: TypeAnimationOptionTypes

column-count

column-count: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

column-fill

column-fill: TypeAnimationOptionTypes | string[]

column-gap

column-gap: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

column-rule

column-rule: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

column-rule-color

column-rule-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

column-rule-style

column-rule-style: TypeAnimationOptionTypes | string[]

column-rule-width

column-rule-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

column-span

column-span: TypeAnimationOptionTypes | string[]

column-width

column-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

Optional composite

composite?: TypeCallback | CompositeOperation

The composite property of a KeyframeEffect resolves how an element's animation impacts its underlying property values.

To understand these values, take the example of a keyframeEffect value of blur(2) working on an underlying property value of blur(3).

  • replace - The keyframeEffect overrides the underlying value it is combined with: blur(2) replaces blur(3).
  • add - The keyframeEffect is added to the underlying value with which it is combined (aka additive): blur(2) blur(3).
  • accumulate - The keyframeEffect is accumulated on to the underlying value: blur(5).

Read more on MDN

I recommend reading web.dev's article on web-animations.

counter-increment

counter-increment: TypeAnimationOptionTypes | string[]

counter-reset

counter-reset: TypeAnimationOptionTypes | string[]

counter-set

counter-set: TypeAnimationOptionTypes | string[]

css-float

css-float: TypeAnimationOptionTypes | string[]

css-text

css-text: TypeAnimationOptionTypes | string[]

Optional d

d?: string | TypeCallback | string[]

Morphing SVG paths via the d property isn't well supported yet, as Gecko (Firefox) & Webkit (Safari) based browsers don't support it yet, and there are other limitations to what the Web Animation API will allow 😭, these limitation are covered in detail by an article published by Adobe about the current state of SVG animation on the web. However, animation using paths is now viable through Motion Path.

You use it like this:

// ...
animate({
     // ...
     // The paths have to have the same number of points, that is why the 2 paths below seem similar 
     d: [
         `path("M2,5 S2,14 4,5 S7,8 8,4")`,
         `path("M2,5 S2,-2 4,5 S7,8 8,4")`
     ]
})

Optional delay

delay?: string | number | TypeCallback

Determines the delay of your animation in milliseconds. By passing it a callback, you can define a different delay for each element. The callback takes the index of each element, the target dom element, and the total number of target elements as its argument and returns a number.

example
// First element starts fading out after 1s, second element after 2s, etc.
animate({
    target: ".div",
    easing: "linear",
    delay: 5,
    // or
    delay: (index) => (index + 1) * 1000,
    opacity: [1, 0],
});

Optional direction

direction?: PlaybackDirection

Determines the direction of the animation;

  • reverse runs the animation backwards,
  • alternate switches direction after each iteration if the animation loops.
  • alternate-reverse starts the animation at what would be the end of the animation if the direction were
  • normal but then when the animation reaches the beginning of the animation it alternates going back to the position it started at.

dominant-baseline

dominant-baseline: TypeAnimationOptionTypes | string[]

Optional duration

duration?: string | number | TypeCallback

Determines the duration of your animation in milliseconds. By passing it a callback, you can define a different duration for each element. The callback takes the index of each element, the target dom element, and the total number of target elements as its argument and returns a number.

example
// First element fades out in 1s, second element in 2s, etc.
animate({
     target: ".div",
     easing: "linear",
     duration: 1000,
     // or
     duration: (index) => (index + 1) * 1000,
     opacity: [1, 0],
});

Optional easing

easing?: string | TypeCallback | string[]

Determines the acceleration curve of your animation. Based on the easings of easings.net

Read More about easings on MDN

constant accelerate decelerate accelerate-decelerate
linear ease-in / in ease-out / out ease-in-out / in-out
ease in-sine out-sine in-out-sine
steps in-quad out-quad in-out-quad
step-start in-cubic out-cubic in-out-cubic
step-end in-quart out-quart in-out-quart
in-quint out-quint in-out-quint
in-expo out-expo in-out-expo
in-circ out-circ in-out-circ
in-back out-back in-out-back

You can create your own custom cubic-bezier easing curves. Similar to css you type cubic-bezier(...) with 4 numbers representing the shape of the bezier curve, for example, cubic-bezier(0.47, 0, 0.745, 0.715) this is the bezier curve for in-sine.

Note: the easing property supports the original values and functions for easing as well, for example, steps(1), and etc... are supported.

Note: you can also use camelCase when defining easing functions, e.g. inOutCubic to represent in-out-cubic

example
// cubic-bezier easing
animate({
    target: ".div",
    easing: "cubic-bezier(0.47, 0, 0.745, 0.715)",

    // or
    easing: "in-sine",
    
    // or
    easing: "inSine",

    transform: ["translate(0px)", "translate(500px)"],
});

empty-cells

empty-cells: TypeAnimationOptionTypes | string[]

Optional endDelay

endDelay?: string | number | TypeCallback

Similar to delay but it indicates the number of milliseconds to delay after the full animation has played not before.

Note: endDelay will delay the onfinish method and event, but will not reserve the current state of the CSS animation, if you need to use endDelay you may need to use the fillMode property to reserve the changes to the animation target.

example
// First element fades out but then after 1s finishes, the second element after 2s, etc.
animate({
    target: ".div",
    easing: "linear",
    endDelay: 1000,
    // or
    endDelay: (index) => (index + 1) * 1000,
    opacity: [1, 0],
});

Optional extend

extend?: KeyframeEffectOptions | TypeCallback

The properties of the extend animation option are not interperted or computed, they are given directly to the Web Animation API, as way to access features that haven't been implemented in @okikio/animate, for example, iterationStart.

extend is supposed to future proof the library if new features are added to the Web Animation API that you want to use, but that has not been implemented yet.

Note: it doesn't allow for declaring actual animation keyframes; it's just for animation timing options, and it overrides all other animation timing options that accomplish the same goal, e.g. loop & iterations, if iterations is a property of extend then iterations will override loop.

example
animate({
    target: ".div",
    opacity: [0, 1],
    loop: 5,
    extend: {
        iterationStart: 0.5,
        // etc...
        fill: "both", // This overrides fillMode
        iteration: 2, // This overrides loop
    }
});

fill-opacity

fill-opacity: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

fill-rule

fill-rule: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

Optional fillMode

fillMode?: FillMode

Defines how an element should look after the animation.

remark

fillMode of:

  • none means the animation's effects are only visible while the animation is playing.
  • forwards the affected element will continue to be rendered in the state of the final animation frame.
  • backwards the animation's effects should be reflected by the element(s) state prior to playing.
  • both combining the effects of both forwards and backwards; The animation's effects should be reflected by the element(s) state prior to playing and retained after the animation has completed playing.
  • auto if the animation effect fill mode is being applied to is a keyframe effect. "auto" is equivalent to "none". Otherwise, the result is "both".

You can learn more here on MDN.

Be careful when using fillMode, it has some problems when it comes to concurrency of animations read more on MDN. I highly suggest using persist, as it's less permanent, or better yet use the onfinish(...) method, with Animate.commitStyles(...)</a> to commit styles.

flex-basis

flex-basis: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

flex-direction

flex-direction: TypeAnimationOptionTypes | string[]

flex-flow

flex-flow: TypeAnimationOptionTypes | string[]

flex-grow

flex-grow: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

flex-shrink

flex-shrink: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

flex-wrap

flex-wrap: TypeAnimationOptionTypes | string[]

flood-color

flood-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

flood-opacity

flood-opacity: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

font-family

font-family: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

font-feature-settings

font-feature-settings: TypeAnimationOptionTypes | string[]

font-kerning

font-kerning: TypeAnimationOptionTypes | string[]

font-optical-sizing

font-optical-sizing: TypeAnimationOptionTypes | string[]

font-size

font-size: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

font-size-adjust

font-size-adjust: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

font-stretch

font-stretch: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

font-style

font-style: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

font-synthesis

font-synthesis: TypeAnimationOptionTypes | string[]

font-variant

font-variant: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

font-variant-alternates

font-variant-alternates: TypeAnimationOptionTypes | string[]

font-variant-caps

font-variant-caps: TypeAnimationOptionTypes | string[]

font-variant-east-asian

font-variant-east-asian: TypeAnimationOptionTypes | string[]

font-variant-ligatures

font-variant-ligatures: TypeAnimationOptionTypes | string[]

font-variant-numeric

font-variant-numeric: TypeAnimationOptionTypes | string[]

font-variant-position

font-variant-position: TypeAnimationOptionTypes | string[]

font-variation-settings

font-variation-settings: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

font-weight

font-weight: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

get-property-priority

get-property-priority: TypeAnimationOptionTypes | ((property: string) => string) | ((property: string) => string)[]

get-property-value

get-property-value: TypeAnimationOptionTypes | ((property: string) => string) | ((property: string) => string)[]

grid-area

grid-area: TypeAnimationOptionTypes | string[]

grid-auto-columns

grid-auto-columns: TypeAnimationOptionTypes | string[]

grid-auto-flow

grid-auto-flow: TypeAnimationOptionTypes | string[]

grid-auto-rows

grid-auto-rows: TypeAnimationOptionTypes | string[]

grid-column

grid-column: TypeAnimationOptionTypes | string[]

grid-column-end

grid-column-end: TypeAnimationOptionTypes | string[]

grid-column-gap

grid-column-gap: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

grid-column-start

grid-column-start: TypeAnimationOptionTypes | string[]

grid-gap

grid-gap: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

grid-row

grid-row: TypeAnimationOptionTypes | string[]

grid-row-end

grid-row-end: TypeAnimationOptionTypes | string[]

grid-row-gap

grid-row-gap: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

grid-row-start

grid-row-start: TypeAnimationOptionTypes | string[]

grid-template

grid-template: TypeAnimationOptionTypes | string[]

grid-template-areas

grid-template-areas: TypeAnimationOptionTypes | string[]

grid-template-columns

grid-template-columns: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

grid-template-rows

grid-template-rows: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

image-orientation

image-orientation: TypeAnimationOptionTypes | string[]

image-rendering

image-rendering: TypeAnimationOptionTypes | string[]

inline-size

inline-size: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

inset-block

inset-block: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

inset-block-end

inset-block-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

inset-block-start

inset-block-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

inset-inline

inset-inline: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

inset-inline-end

inset-inline-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

inset-inline-start

inset-inline-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

justify-content

justify-content: TypeAnimationOptionTypes | string[]

justify-items

justify-items: TypeAnimationOptionTypes | string[]

justify-self

justify-self: TypeAnimationOptionTypes | string[]

kerning

Optional keyframes

keyframes?: TypeCSSLikeKeyframe | TypeCallback | (ICSSComputedTransformableProperties[] & Keyframe[]) | object[]

Allows you to manually set keyframes using a keyframe array

Read more on MDN

remark

An array of objects (keyframes) consisting of properties and values to iterate over. This is the canonical format returned by the getKeyframes() method.

example
element.animate([
  { // from
    opacity: 0,
    color: "#fff"
  },
  { // to
    opacity: 1,
    color: "#000"
  }
], 2000);

Offsets for each keyframe can be specified by providing an offset value.

example
element.animate([ { opacity: 1 },
                  { opacity: 0.1, offset: 0.7 },
                  { opacity: 0 } ],
                2000);

Note: offset values, if provided, must be between 0.0 and 1.0 (inclusive) and arranged in ascending order.

It is not necessary to specify an offset for every keyframe. Keyframes without a specified offset will be evenly spaced between adjacent keyframes.


The easing to apply between keyframes can be specified by providing an easing value as illustrated below.

Note: the values for easing in keyframes are limited to "ease", "ease-in", "ease-out", "ease-in-out", "linear", "steps(...)", and "cubic-bezier(...)", to get access to the predefined easings, you will need to use the function GetEase.

example
element.animate([ { opacity: 1, easing: 'ease-out' },
                  { opacity: 0.1, easing: 'ease-in' },
                  { opacity: 0 } ],
                2000);

In this example, the specified easing only applies from the keyframe where it is specified until the next keyframe. Any easing value specified on the options argument, however, applies across a single iteration of the animation — for the entire duration.

@okikio/animate also offers another format called CSSLikeKeyframe, it basically functions the same way CSS @keyframe functions

example
animate({
     keyframes: {
         "from, 50%, to": {
             opacity: 1
         },

         "25%, 0.7": {
             opacity: 0
         }
     }
})
// Results in a keyframe array like this
//= [
//=   { opacity: 1, offset: 0 },
//=   { opacity: 0, offset: 0.25 },
//=   { opacity: 1, offset: 0.5 },
//=   { opacity: 0, offset: 0.7 },
//=   { opacity: 1, offset: 1 }
//= ]

letter-spacing

letter-spacing: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

lighting-color

lighting-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

line-break

line-break: TypeAnimationOptionTypes | string[]

line-clamp

line-clamp: string | number | TypeCallback | (string | number)[]

line-height

line-height: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

Optional lineClamp

lineClamp?: string | number | TypeCallback | (string | number)[]

list-style

list-style: TypeAnimationOptionTypes | string[]

list-style-image

list-style-image: TypeAnimationOptionTypes | string[]

list-style-position

list-style-position: TypeAnimationOptionTypes | string[]

list-style-type

list-style-type: TypeAnimationOptionTypes | string[]

Optional loop

loop?: number | boolean | TypeCallback

Determines if the animation should repeat, and how many times it should repeat.

example
// Loop forever
animate({
    target: ".div",
    easing: "linear",
    loop: true, // If you want it to continously loop
    // or
    // loop: 5, // If you want the animation to loop 5 times
    opacity: [1, 0],
});

margin-block

margin-block: TypeAnimationOptionTypes | string[]

margin-block-end

margin-block-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

margin-block-start

margin-block-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

margin-bottom

margin-bottom: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

margin-inline

margin-inline: TypeAnimationOptionTypes | string[]

margin-inline-end

margin-inline-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

margin-inline-start

margin-inline-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

margin-left

margin-left: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

margin-right

margin-right: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

margin-top

margin-top: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

marker-end

marker-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

marker-mid

marker-mid: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

marker-start

marker-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

mask-border

mask-border: string | TypeCallback | string[]

mask-position

mask-position: string | number | TypeCallback | (string | number)[]

mask-size

mask-size: string | number | TypeCallback | (string | number)[]

mask-type

mask-type: TypeAnimationOptionTypes | string[]

Optional maskBorder

maskBorder?: string | TypeCallback | string[]

Optional maskPosition

maskPosition?: string | number | TypeCallback | (string | number)[]

Optional maskSize

maskSize?: string | number | TypeCallback | (string | number)[]

max-block-size

max-block-size: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

max-height

max-height: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

max-inline-size

max-inline-size: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

max-lines

max-lines: string | number | TypeCallback | (string | number)[]

max-width

max-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

Optional maxLines

maxLines?: string | number | TypeCallback | (string | number)[]

min-block-size

min-block-size: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

min-height

min-height: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

min-inline-size

min-inline-size: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

min-width

min-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

mix-blend-mode

mix-blend-mode: TypeAnimationOptionTypes | string[]

object-fit

object-fit: TypeAnimationOptionTypes | string[]

object-position

object-position: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

Optional offset

offset?: number | TypeCallback | number[] | (string | number)[]

Contols the starting point of certain parts of an animation

remark

The offset of the keyframe specified as a number between 0.0 and 1.0 inclusive or null. This is equivalent to specifying start and end states in percentages in CSS stylesheets using @keyframes. If this value is null or missing, the keyframe will be evenly spaced between adjacent keyframes.

Read more on MDN

example
animate({
     duration: 2000,
     opacity: [ 0, 0.9, 1 ],
     easing: [ 'ease-in', 'ease-out' ],

     offset: [ "from", 0.8 ], // Shorthand for [ 0, 0.8, 1 ]
     // or
     offset: [ 0, "80%", "to" ], // Shorthand for [ 0, 0.8, 1 ]
     // or
     offset: [ "0", "0.8", "to" ], // Shorthand for [ 0, 0.8, 1 ]
});

offset-anchor

offset-anchor: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

offset-distance

offset-distance: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

offset-path

offset-path: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

offset-position

offset-position: string | number | TypeCallback | (string | number)[]

offset-rotate

offset-rotate: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

Optional offsetPosition

offsetPosition?: string | number | TypeCallback | (string | number)[]

Optional options

Another way to input options for an animation, it's also used to chain animations.

remarks

The options animation option is another way to declare options, it can take an instance of Animate, a single Animate instance in an Array, e.g. [Animate] or an object containing animation options.

options extends the animation properties of an animation, but more importance is given to the actual animation options object, so, the properties from options will be ignored if there is already an animation option with the same name declared.

Note: you can't use this property as a method.

example
(async () => {
    // animate is Promise-like, as in it has a then() method like a Promise but it isn't a Promise.
    // animate resolves to an Array that contains the Animate instance, e.g. [Animate]
    let [options] = await animate({
        target: ".div",
        opacity: [0, 1],
    });

    animate({
        options,

        // opacity overrides the opacity property from `options`
        opacity: [1, 0],
    });

    console.log(options); //= Animate
})();

// or
(async () => {
    let options = await animate({
        target: ".div",
        opacity: [0, 1],
        duration: 2000,

    });

    // Remeber, the `options` animation option can handle Arrays with an Animate instance, e.g. [Animate]
    // Also, remeber that Animate resolves to an Arrays with an Animate instance, e.g. [Animate]
    // Note: the `options` animation option can only handle one Animate instance in an Array and that is alway the first element in the Array
    animate({
        options,
        opacity: [1, 0],
    });

    console.log(options); //= [Animate]
})();

// or
(async () => {
    let options = {
        target: ".div",
        opacity: [0, 1],
    };

    await animate(options);
    animate({
        options,
        opacity: [1, 0],
    });

    console.log(options); //= { ... }
})();

outline-color

outline-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

outline-offset

outline-offset: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

outline-style

outline-style: TypeAnimationOptionTypes | string[]

outline-width

outline-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

overflow-anchor

overflow-anchor: TypeAnimationOptionTypes | string[]

overflow-wrap

overflow-wrap: TypeAnimationOptionTypes | string[]

overflow-x

overflow-x: TypeAnimationOptionTypes | string[]

overflow-y

overflow-y: TypeAnimationOptionTypes | string[]

overscroll-behavior

overscroll-behavior: TypeAnimationOptionTypes | string[]

overscroll-behavior-block

overscroll-behavior-block: TypeAnimationOptionTypes | string[]

overscroll-behavior-inline

overscroll-behavior-inline: TypeAnimationOptionTypes | string[]

overscroll-behavior-x

overscroll-behavior-x: TypeAnimationOptionTypes | string[]

overscroll-behavior-y

overscroll-behavior-y: TypeAnimationOptionTypes | string[]

Optional padEndDelay

padEndDelay?: Boolean

This ensures all animations match up to the total duration, and don't finish too early, if animations finish too early when the .play() method is called specific animations that are finished will restart while the rest of the animations will continue playing.

Note: you cannot use the padEndDelay option and set a value for endDelay, the endDelay value will replace the padded endDelay

padding-block

padding-block: TypeAnimationOptionTypes | string[]

padding-block-end

padding-block-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

padding-block-start

padding-block-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

padding-bottom

padding-bottom: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

padding-inline

padding-inline: TypeAnimationOptionTypes | string[]

padding-inline-end

padding-inline-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

padding-inline-start

padding-inline-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

padding-left

padding-left: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

padding-right

padding-right: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

padding-top

padding-top: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

page-break-after

page-break-after: TypeAnimationOptionTypes | string[]

page-break-before

page-break-before: TypeAnimationOptionTypes | string[]

page-break-inside

page-break-inside: TypeAnimationOptionTypes | string[]

paint-order

paint-order: TypeAnimationOptionTypes | string[]

parent-rule

parent-rule: TypeAnimationOptionTypes | CSSRule | CSSRule[]

Optional persist

persist?: boolean

Persists animation state, so, when an animation is complete it keeps said finished animation state. Think of it more like a less strict version of fillMode, it was inspired by motion one.

By default WAAPI resets animations back to their initial state once an animation is complete and fillMode isn't being used. The persist animation option, basically tells Animate to find the final state of all CSS Properties being animated, and then set them, so, once the animation is finished and WAAPI resets animations back to their initial state (so initial state = final state) the user doesn't notice difference and it looks like the animation stopped on the final state.

Note: use this most of the time instead of fillMode, as it's impact is less permanent.

perspective-origin

perspective-origin: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

place-content

place-content: TypeAnimationOptionTypes | string[]

place-items

place-items: TypeAnimationOptionTypes | string[]

place-self

place-self: TypeAnimationOptionTypes | string[]

pointer-events

pointer-events: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

remove-property

remove-property: TypeAnimationOptionTypes | ((property: string) => string) | ((property: string) => string)[]

rotate-x

rotate-y

rotate-z

Optional rotate3d

Optional rotateX

Optional rotateY

Optional rotateZ

row-gap

row-gap: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

ruby-position

ruby-position: TypeAnimationOptionTypes | string[]

scale-x

scale-y

scale-z

Optional scale3d

Optional scaleX

Optional scaleY

Optional scaleZ

scroll-behavior

scroll-behavior: TypeAnimationOptionTypes | string[]

scroll-margin

scroll-margin: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-block

scroll-margin-block: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-block-end

scroll-margin-block-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-block-start

scroll-margin-block-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-bottom

scroll-margin-bottom: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-inline

scroll-margin-inline: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-inline-end

scroll-margin-inline-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-inline-start

scroll-margin-inline-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-left

scroll-margin-left: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-right

scroll-margin-right: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-margin-top

scroll-margin-top: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding

scroll-padding: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-block

scroll-padding-block: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-block-end

scroll-padding-block-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-block-start

scroll-padding-block-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-bottom

scroll-padding-bottom: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-inline

scroll-padding-inline: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-inline-end

scroll-padding-inline-end: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-inline-start

scroll-padding-inline-start: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-left

scroll-padding-left: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-right

scroll-padding-right: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-padding-top

scroll-padding-top: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

scroll-snap-align

scroll-snap-align: TypeAnimationOptionTypes | string[]

scroll-snap-stop

scroll-snap-stop: TypeAnimationOptionTypes | string[]

scroll-snap-type

scroll-snap-type: TypeAnimationOptionTypes | string[]

scrollbar-color

scrollbar-color: string | TypeCallback | string[]

Optional scrollbarColor

scrollbarColor?: string | TypeCallback | string[]

set-property

set-property: TypeAnimationOptionTypes | ((property: string, value: string, priority?: string) => void) | ((property: string, value: string, priority?: string) => void)[]

shape-image-threshold

shape-image-threshold: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

shape-margin

shape-margin: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

shape-outside

shape-outside: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

shape-rendering

shape-rendering: TypeAnimationOptionTypes | string[]

Optional skew

skew-x

skew-y

Optional skewX

Optional skewY

Optional speed

speed?: number | TypeCallback

Determines the animation playback rate. Useful in the authoring process to speed up some parts of a long sequence (value above 1) or slow down a specific animation to observe it (value between 0 to 1).

Note: negative numbers reverse the animation.

stop-color

stop-color: TypeAnimationOptionTypes | string[]

stop-opacity

stop-opacity: TypeAnimationOptionTypes | string[]

stroke-dasharray

stroke-dasharray: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

stroke-dashoffset

stroke-dashoffset: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

stroke-linecap

stroke-linecap: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

stroke-linejoin

stroke-linejoin: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

stroke-miterlimit

stroke-miterlimit: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

stroke-opacity

stroke-opacity: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

stroke-width

stroke-width: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

tab-size

tab-size: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

table-layout

table-layout: TypeAnimationOptionTypes | string[]

Optional target

Determines the DOM elements to animate. You can pass it a CSS selector, DOM elements, or an Array of DOM Elements and/or CSS Selectors.

Optional targets

Alias of target {@link AnimationOptions.target | target }

text-align

text-align: TypeAnimationOptionTypes | string[]

text-align-last

text-align-last: TypeAnimationOptionTypes | string[]

text-anchor

text-anchor: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-combine-upright

text-combine-upright: TypeAnimationOptionTypes | string[]

text-decoration

text-decoration: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-decoration-color

text-decoration-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-decoration-line

text-decoration-line: TypeAnimationOptionTypes | string[]

text-decoration-skip-ink

text-decoration-skip-ink: TypeAnimationOptionTypes | string[]

text-decoration-style

text-decoration-style: TypeAnimationOptionTypes | string[]

text-decoration-thickness

text-decoration-thickness: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-emphasis

text-emphasis: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-emphasis-color

text-emphasis-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-emphasis-position

text-emphasis-position: TypeAnimationOptionTypes | string[]

text-emphasis-style

text-emphasis-style: TypeAnimationOptionTypes | string[]

text-indent

text-indent: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-orientation

text-orientation: TypeAnimationOptionTypes | string[]

text-overflow

text-overflow: TypeAnimationOptionTypes | string[]

text-rendering

text-rendering: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-shadow

text-shadow: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-transform

text-transform: TypeAnimationOptionTypes | string[]

text-underline-offset

text-underline-offset: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

text-underline-position

text-underline-position: TypeAnimationOptionTypes | string[]

Optional timeline

timeline?: AnimationTimeline

Represents the timeline of animation. It exists to pass timeline features to Animations (default is DocumentTimeline).

As of right now it doesn't contain any features but in the future when other timelines like the ScrollTimeline, read the Google Developer article for examples and demos of ScrollTimeLine

Optional timelineOffset

timelineOffset?: string | number

Adds an offset ammount to the delay, for creating a timeline similar to animejs

touch-action

touch-action: TypeAnimationOptionTypes | string[]

transform-box

transform-box: TypeAnimationOptionTypes | string[]

transform-origin

transform-origin: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

transform-style

transform-style: TypeAnimationOptionTypes | string[]

transition-delay

transition-delay: TypeAnimationOptionTypes | string[]

transition-duration

transition-duration: TypeAnimationOptionTypes | string[]

transition-property

transition-property: TypeAnimationOptionTypes | string[]

transition-timing-function

transition-timing-function: TypeAnimationOptionTypes | string[]

translate-x

translate-y

translate-z

Optional translate3d

Optional translateX

Optional translateY

Optional translateZ

unicode-bidi

unicode-bidi: TypeAnimationOptionTypes | string[]

user-select

user-select: TypeAnimationOptionTypes | string[]

vector-effect

vectorEffect

vertical-align

vertical-align: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

webkit-align-content

webkit-align-content: TypeAnimationOptionTypes | string[]

webkit-align-items

webkit-align-items: TypeAnimationOptionTypes | string[]

webkit-align-self

webkit-align-self: TypeAnimationOptionTypes | string[]

webkit-animation

webkit-animation: TypeAnimationOptionTypes | string[]

webkit-animation-delay

webkit-animation-delay: TypeAnimationOptionTypes | string[]

webkit-animation-direction

webkit-animation-direction: TypeAnimationOptionTypes | string[]

webkit-animation-duration

webkit-animation-duration: TypeAnimationOptionTypes | string[]

webkit-animation-fill-mode

webkit-animation-fill-mode: TypeAnimationOptionTypes | string[]

webkit-animation-iteration-count

webkit-animation-iteration-count: TypeAnimationOptionTypes | string[]

webkit-animation-name

webkit-animation-name: TypeAnimationOptionTypes | string[]

webkit-animation-play-state

webkit-animation-play-state: TypeAnimationOptionTypes | string[]

webkit-animation-timing-function

webkit-animation-timing-function: TypeAnimationOptionTypes | string[]

webkit-appearance

webkit-appearance: TypeAnimationOptionTypes | string[]

webkit-backface-visibility

webkit-backface-visibility: TypeAnimationOptionTypes | string[]

webkit-background-clip

webkit-background-clip: TypeAnimationOptionTypes | string[]

webkit-background-origin

webkit-background-origin: TypeAnimationOptionTypes | string[]

webkit-background-size

webkit-background-size: TypeAnimationOptionTypes | string[]

webkit-border-bottom-left-radius

webkit-border-bottom-left-radius: TypeAnimationOptionTypes | string[]

webkit-border-bottom-right-radius

webkit-border-bottom-right-radius: TypeAnimationOptionTypes | string[]

webkit-border-radius

webkit-border-radius: TypeAnimationOptionTypes | string[]

webkit-border-top-left-radius

webkit-border-top-left-radius: TypeAnimationOptionTypes | string[]

webkit-border-top-right-radius

webkit-border-top-right-radius: TypeAnimationOptionTypes | string[]

webkit-box-align

webkit-box-align: TypeAnimationOptionTypes | string[]

webkit-box-flex

webkit-box-flex: TypeAnimationOptionTypes | string[]

webkit-box-ordinal-group

webkit-box-ordinal-group: TypeAnimationOptionTypes | string[]

webkit-box-orient

webkit-box-orient: TypeAnimationOptionTypes | string[]

webkit-box-pack

webkit-box-pack: TypeAnimationOptionTypes | string[]

webkit-box-shadow

webkit-box-shadow: TypeAnimationOptionTypes | string[]

webkit-box-sizing

webkit-box-sizing: TypeAnimationOptionTypes | string[]

webkit-filter

webkit-filter: TypeAnimationOptionTypes | string[]

webkit-flex

webkit-flex: TypeAnimationOptionTypes | string[]

webkit-flex-basis

webkit-flex-basis: TypeAnimationOptionTypes | string[]

webkit-flex-direction

webkit-flex-direction: TypeAnimationOptionTypes | string[]

webkit-flex-flow

webkit-flex-flow: TypeAnimationOptionTypes | string[]

webkit-flex-grow

webkit-flex-grow: TypeAnimationOptionTypes | string[]

webkit-flex-shrink

webkit-flex-shrink: TypeAnimationOptionTypes | string[]

webkit-flex-wrap

webkit-flex-wrap: TypeAnimationOptionTypes | string[]

webkit-justify-content

webkit-justify-content: TypeAnimationOptionTypes | string[]

webkit-line-clamp

webkit-line-clamp: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

webkit-mask

webkit-mask: TypeAnimationOptionTypes | string[]

webkit-mask-box-image

webkit-mask-box-image: TypeAnimationOptionTypes | string[]

webkit-mask-box-image-outset

webkit-mask-box-image-outset: TypeAnimationOptionTypes | string[]

webkit-mask-box-image-repeat

webkit-mask-box-image-repeat: TypeAnimationOptionTypes | string[]

webkit-mask-box-image-slice

webkit-mask-box-image-slice: TypeAnimationOptionTypes | string[]

webkit-mask-box-image-source

webkit-mask-box-image-source: TypeAnimationOptionTypes | string[]

webkit-mask-box-image-width

webkit-mask-box-image-width: TypeAnimationOptionTypes | string[]

webkit-mask-clip

webkit-mask-clip: TypeAnimationOptionTypes | string[]

webkit-mask-composite

webkit-mask-composite: TypeAnimationOptionTypes | string[]

webkit-mask-image

webkit-mask-image: TypeAnimationOptionTypes | string[]

webkit-mask-origin

webkit-mask-origin: TypeAnimationOptionTypes | string[]

webkit-mask-position

webkit-mask-position: TypeAnimationOptionTypes | string[]

webkit-mask-repeat

webkit-mask-repeat: TypeAnimationOptionTypes | string[]

webkit-mask-size

webkit-mask-size: TypeAnimationOptionTypes | string[]

webkit-order

webkit-order: TypeAnimationOptionTypes | string[]

webkit-perspective

webkit-perspective: TypeAnimationOptionTypes | string[]

webkit-perspective-origin

webkit-perspective-origin: TypeAnimationOptionTypes | string[]

webkit-text-fill-color

webkit-text-fill-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

webkit-text-stroke

webkit-text-stroke: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

webkit-text-stroke-color

webkit-text-stroke-color: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

webkit-text-stroke-width

webkit-text-stroke-width: TypeAnimationOptionTypes | string[]

webkit-transform

webkit-transform: TypeAnimationOptionTypes | string[]

webkit-transform-origin

webkit-transform-origin: TypeAnimationOptionTypes | string[]

webkit-transform-style

webkit-transform-style: TypeAnimationOptionTypes | string[]

webkit-transition

webkit-transition: TypeAnimationOptionTypes | string[]

webkit-transition-delay

webkit-transition-delay: TypeAnimationOptionTypes | string[]

webkit-transition-duration

webkit-transition-duration: TypeAnimationOptionTypes | string[]

webkit-transition-property

webkit-transition-property: TypeAnimationOptionTypes | string[]

webkit-transition-timing-function

webkit-transition-timing-function: TypeAnimationOptionTypes | string[]

webkit-user-select

webkit-user-select: TypeAnimationOptionTypes | string[]

white-space

white-space: TypeAnimationOptionTypes | string[]

will-change

will-change: TypeAnimationOptionTypes | string[]

word-break

word-break: TypeAnimationOptionTypes | string[]

word-spacing

word-spacing: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

word-wrap

word-wrap: TypeAnimationOptionTypes | string[]

writing-mode

writing-mode: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

z-index

z-index: string & number & false & true & object & TypeCSSLikeKeyframe & ICSSComputedTransformableProperties & PropertyIndexedKeyframes & Keyframe[] & KeyframeEffectOptions & TypeCallback & TypeGeneric[] & (string & TypeCSSLikeKeyframe) & (string & ICSSComputedTransformableProperties) & (string & PropertyIndexedKeyframes) & (string & Keyframe[]) & (string & KeyframeEffectOptions) & (string & TypeCallback) & (string & TypeGeneric[]) & (number & TypeCSSLikeKeyframe) & (number & ICSSComputedTransformableProperties) & (number & PropertyIndexedKeyframes) & (number & Keyframe[]) & (number & KeyframeEffectOptions) & (number & TypeCallback) & (number & TypeGeneric[]) & (false & TypeCSSLikeKeyframe) & (false & ICSSComputedTransformableProperties) & (false & PropertyIndexedKeyframes) & (false & Keyframe[]) & (false & KeyframeEffectOptions) & (false & TypeCallback) & (false & TypeGeneric[]) & (true & TypeCSSLikeKeyframe) & (true & ICSSComputedTransformableProperties) & (true & PropertyIndexedKeyframes) & (true & Keyframe[]) & (true & KeyframeEffectOptions) & (true & TypeCallback) & (true & TypeGeneric[]) & (object & TypeCSSLikeKeyframe) & (object & ICSSComputedTransformableProperties) & (object & PropertyIndexedKeyframes) & (object & Keyframe[]) & (object & KeyframeEffectOptions) & (object & TypeCallback) & (object & TypeGeneric[]) & (TypeCSSLikeKeyframe & string) & (TypeCSSLikeKeyframe & number) & (TypeCSSLikeKeyframe & false) & (TypeCSSLikeKeyframe & true) & (TypeCSSLikeKeyframe & object) & (TypeCSSLikeKeyframe & ICSSComputedTransformableProperties) & (TypeCSSLikeKeyframe & PropertyIndexedKeyframes) & (TypeCSSLikeKeyframe & Keyframe[]) & (TypeCSSLikeKeyframe & KeyframeEffectOptions) & (TypeCSSLikeKeyframe & TypeCallback) & (TypeCSSLikeKeyframe & TypeGeneric[]) & (ICSSComputedTransformableProperties & string) & (ICSSComputedTransformableProperties & number) & (ICSSComputedTransformableProperties & false) & (ICSSComputedTransformableProperties & true) & (ICSSComputedTransformableProperties & object) & (ICSSComputedTransformableProperties & TypeCSSLikeKeyframe) & (ICSSComputedTransformableProperties & PropertyIndexedKeyframes) & (ICSSComputedTransformableProperties & Keyframe[]) & (ICSSComputedTransformableProperties & KeyframeEffectOptions) & (ICSSComputedTransformableProperties & TypeCallback) & (ICSSComputedTransformableProperties & TypeGeneric[]) & (PropertyIndexedKeyframes & string) & (PropertyIndexedKeyframes & number) & (PropertyIndexedKeyframes & false) & (PropertyIndexedKeyframes & true) & (PropertyIndexedKeyframes & object) & (PropertyIndexedKeyframes & TypeCSSLikeKeyframe) & (PropertyIndexedKeyframes & ICSSComputedTransformableProperties) & (PropertyIndexedKeyframes & Keyframe[]) & (PropertyIndexedKeyframes & KeyframeEffectOptions) & (PropertyIndexedKeyframes & TypeCallback) & (PropertyIndexedKeyframes & TypeGeneric[]) & (Keyframe[] & string) & (Keyframe[] & number) & (Keyframe[] & false) & (Keyframe[] & true) & (Keyframe[] & object) & (Keyframe[] & TypeCSSLikeKeyframe) & (Keyframe[] & ICSSComputedTransformableProperties) & (Keyframe[] & PropertyIndexedKeyframes) & (Keyframe[] & KeyframeEffectOptions) & (Keyframe[] & TypeCallback) & (Keyframe[] & TypeGeneric[]) & (KeyframeEffectOptions & string) & (KeyframeEffectOptions & number) & (KeyframeEffectOptions & false) & (KeyframeEffectOptions & true) & (KeyframeEffectOptions & object) & (KeyframeEffectOptions & TypeCSSLikeKeyframe) & (KeyframeEffectOptions & ICSSComputedTransformableProperties) & (KeyframeEffectOptions & PropertyIndexedKeyframes) & (KeyframeEffectOptions & Keyframe[]) & (KeyframeEffectOptions & TypeCallback) & (KeyframeEffectOptions & TypeGeneric[]) & (TypeCallback & string) & (TypeCallback & number) & (TypeCallback & false) & (TypeCallback & true) & (TypeCallback & object) & (TypeCallback & TypeCSSLikeKeyframe) & (TypeCallback & ICSSComputedTransformableProperties) & (TypeCallback & PropertyIndexedKeyframes) & (TypeCallback & Keyframe[]) & (TypeCallback & KeyframeEffectOptions) & (TypeCallback & TypeGeneric[]) & (TypeGeneric[] & string) & (TypeGeneric[] & number) & (TypeGeneric[] & false) & (TypeGeneric[] & true) & (TypeGeneric[] & object) & (TypeGeneric[] & TypeCSSLikeKeyframe) & (TypeGeneric[] & ICSSComputedTransformableProperties) & (TypeGeneric[] & PropertyIndexedKeyframes) & (TypeGeneric[] & Keyframe[]) & (TypeGeneric[] & KeyframeEffectOptions) & (TypeGeneric[] & TypeCallback) & (string[] & string) & (string[] & number) & (string[] & false) & (string[] & true) & (string[] & object) & (string[] & TypeCSSLikeKeyframe) & (string[] & ICSSComputedTransformableProperties) & (string[] & PropertyIndexedKeyframes) & (string[] & Keyframe[]) & (string[] & KeyframeEffectOptions) & (string[] & TypeCallback) & (string[] & TypeGeneric[])

Methods

Optional oncancel

  • oncancel(element?: HTMLElement, index?: number, total?: number, animation?: Animation): void
  • Occurs when the animation for one of the targets is cancelled, meaning when animating many targets that are cancelled at different times this will run multiple times. The arguments it takes is slightly different from the rest of the animation options.

    The animation argument represents the animation for the current target.

    Parameters

    • Optional element: HTMLElement

      the current target element

    • Optional index: number

      the index of the current target element in Animate.prototype.targets

    • Optional total: number

      the total number of target elements

    • Optional animation: Animation

      the animation of the current target element

      Warning: the order of the callback's arguments are in a different order, with the target element first, and the index second.

    Returns void

Optional onfinish

  • onfinish(element?: HTMLElement, index?: number, total?: number, animation?: Animation): void
  • Occurs when the animation for one of the targets completes, meaning when animating many targets that finish at different times this will run multiple times. The arguments it takes is slightly different from the rest of the animation options.

    The animation argument represents the animation for the current target.

    Parameters

    • Optional element: HTMLElement

      the current target element

    • Optional index: number

      the index of the current target element in Animate.prototype.targets

    • Optional total: number

      the total number of target elements

    • Optional animation: Animation

      the animation of the current target element

      Warning: the order of the callback's arguments are in a different order, with the target element first, and the index second.

    Returns void

Generated using TypeDoc