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) & (