Variable libPresetExitsConst
lib Preset Exits : { ~disappear : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "replace" ; duration : 0 ; easing : "linear" ; } ; composeEffect ( ) : {} ; } ; ~fade-out : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "replace" ; } ; composeEffect ( ) : { forwardKeyframesGenerator : ( ( ) => ( { opacity ?: undefined ; } | { opacity : string ; } ) [] ) ; } ; } ; ~fly-out : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "accumulate" ; } ; composeEffect ( direction ?: | "to-left" | "to-top" | "to-bottom" | "to-right" | "to-top-left" | "to-top-right" | "to-bottom-left" | "to-bottom-right" ) : { forwardKeyframesGenerator : ( ( ) => { translate : string ; } [] ) ; } ; } ; ~pinwheel : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : {} ; composeEffect ( numSpins ?: number , direction ?: "clockwise" | "counterclockwise" ) : { forwardKeyframesGenerator : ( ( ) => ( { opacity ?: undefined ; rotate ?: undefined ; scale ?: undefined ; } | { opacity : number ; rotate : string ; scale : number ; } ) [] ) ; } ; } ; ~sink-down : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "accumulate" ; } ; composeEffect ( ) : { forwardKeyframesGenerator : ( ( ) => ( | { composite : "replace" ; easing ?: undefined ; offset ?: undefined ; opacity : number ; translate ?: undefined ; } | { composite ?: undefined ; easing : string ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset ?: undefined ; opacity ?: undefined ; translate : string ; } ) [] ) ; reverseKeyframesEffect : true ; } ; } ; ~slide-out : { defaultConfig : { duration : 100 ; } ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "accumulate" ; } ; composeEffect ( direction ?: | "to-left" | "to-top" | "to-bottom" | "to-right" ) : { forwardKeyframesGenerator : ( ( ) => ( | { clipPath : string ; marginBottom ?: undefined ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom : string ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom ?: undefined ; marginRight : string ; translate : string ; } | { clipPath : string ; } ) [] ) ; } ; } ; ~wipe : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "replace" ; } ; composeEffect ( direction ?: | "from-left" | "from-top" | "from-bottom" | "from-right" ) : { forwardKeyframesGenerator : ( ( ) => Keyframe [] ) ; } ; } ; } = ...
Type declaration ~disappear : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "replace" ; duration : 0 ; easing : "linear" ; } ; composeEffect ( ) : {} ; } default Config : {} effect Composition Frequency : "on-first-play-only" immutable Config : { composite : "replace" ; duration : 0 ; easing : "linear" ; } Readonly
composite : "replace" Readonly
duration : 0 Readonly
easing : "linear" compose Effect : functioncompose Effect ( ) : {} Returns {} ~fade- out : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "replace" ; } ; composeEffect ( ) : { forwardKeyframesGenerator : ( ( ) => ( { opacity ?: undefined ; } | { opacity : string ; } ) [] ) ; } ; } default Config : {} effect Composition Frequency : "on-first-play-only" immutable Config : { composite : "replace" ; } Readonly
composite : "replace" compose Effect : functioncompose Effect ( ) : { forwardKeyframesGenerator : ( ( ) => ( { opacity ?: undefined ; } | { opacity : string ; } ) [] ) ; } Returns { forwardKeyframesGenerator : ( ( ) => ( { opacity ?: undefined ; } | { opacity : string ; } ) [] ) ; } Readonly
forward Keyframes Generator : ( ( ) => ( { opacity ?: undefined ; } | { opacity : string ; } ) [] ) ( ) : ( { opacity ?: undefined ; } | { opacity : string ; } ) [] Returns ( { opacity ?: undefined ; } | { opacity : string ; } ) [] ~fly- out : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "accumulate" ; } ; composeEffect ( direction ?: | "to-left" | "to-top" | "to-bottom" | "to-right" | "to-top-left" | "to-top-right" | "to-bottom-left" | "to-bottom-right" ) : { forwardKeyframesGenerator : ( ( ) => { translate : string ; } [] ) ; } ; } default Config : {} effect Composition Frequency : "on-first-play-only" immutable Config : { composite : "accumulate" ; } Readonly
composite : "accumulate" compose Effect : functioncompose Effect ( direction ? ) : { forwardKeyframesGenerator : ( ( ) => { translate : string ; } [] ) ; } Parameters direction : | "to-left" | "to-top" | "to-bottom" | "to-right" | "to-top-left" | "to-top-right" | "to-bottom-left" | "to-bottom-right" = 'to-bottom' Returns { forwardKeyframesGenerator : ( ( ) => { translate : string ; } [] ) ; } forward Keyframes Generator : ( ( ) => { translate : string ; } [] ) ( ) : { translate : string ; } [] Returns { translate : string ; } [] ~pinwheel : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : {} ; composeEffect ( numSpins ?: number , direction ?: "clockwise" | "counterclockwise" ) : { forwardKeyframesGenerator : ( ( ) => ( { opacity ?: undefined ; rotate ?: undefined ; scale ?: undefined ; } | { opacity : number ; rotate : string ; scale : number ; } ) [] ) ; } ; } default Config : {} effect Composition Frequency : "on-first-play-only" immutable Config : {} compose Effect : functioncompose Effect ( numSpins ? , direction ? ) : { forwardKeyframesGenerator : ( ( ) => ( { opacity ?: undefined ; rotate ?: undefined ; scale ?: undefined ; } | { opacity : number ; rotate : string ; scale : number ; } ) [] ) ; } Parameters numSpins : number = 2 direction : "clockwise" | "counterclockwise" = 'clockwise' Returns { forwardKeyframesGenerator : ( ( ) => ( { opacity ?: undefined ; rotate ?: undefined ; scale ?: undefined ; } | { opacity : number ; rotate : string ; scale : number ; } ) [] ) ; } Readonly
forward Keyframes Generator : ( ( ) => ( { opacity ?: undefined ; rotate ?: undefined ; scale ?: undefined ; } | { opacity : number ; rotate : string ; scale : number ; } ) [] ) ( ) : ( { opacity ?: undefined ; rotate ?: undefined ; scale ?: undefined ; } | { opacity : number ; rotate : string ; scale : number ; } ) [] Returns ( { opacity ?: undefined ; rotate ?: undefined ; scale ?: undefined ; } | { opacity : number ; rotate : string ; scale : number ; } ) [] ~sink- down : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "accumulate" ; } ; composeEffect ( ) : { forwardKeyframesGenerator : ( ( ) => ( | { composite : "replace" ; easing ?: undefined ; offset ?: undefined ; opacity : number ; translate ?: undefined ; } | { composite ?: undefined ; easing : string ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset ?: undefined ; opacity ?: undefined ; translate : string ; } ) [] ) ; reverseKeyframesEffect : true ; } ; } default Config : {} effect Composition Frequency : "on-first-play-only" immutable Config : { composite : "accumulate" ; } Readonly
composite : "accumulate" compose Effect : functioncompose Effect ( ) : { forwardKeyframesGenerator : ( ( ) => ( | { composite : "replace" ; easing ?: undefined ; offset ?: undefined ; opacity : number ; translate ?: undefined ; } | { composite ?: undefined ; easing : string ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset ?: undefined ; opacity ?: undefined ; translate : string ; } ) [] ) ; reverseKeyframesEffect : true ; } Returns { forwardKeyframesGenerator : ( ( ) => ( | { composite : "replace" ; easing ?: undefined ; offset ?: undefined ; opacity : number ; translate ?: undefined ; } | { composite ?: undefined ; easing : string ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset ?: undefined ; opacity ?: undefined ; translate : string ; } ) [] ) ; reverseKeyframesEffect : true ; } forward Keyframes Generator : ( ( ) => ( | { composite : "replace" ; easing ?: undefined ; offset ?: undefined ; opacity : number ; translate ?: undefined ; } | { composite ?: undefined ; easing : string ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset ?: undefined ; opacity ?: undefined ; translate : string ; } ) [] ) ( ) : ( | { composite : "replace" ; easing ?: undefined ; offset ?: undefined ; opacity : number ; translate ?: undefined ; } | { composite ?: undefined ; easing : string ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset ?: undefined ; opacity ?: undefined ; translate : string ; } ) [] Returns ( | { composite : "replace" ; easing ?: undefined ; offset ?: undefined ; opacity : number ; translate ?: undefined ; } | { composite ?: undefined ; easing : string ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset : number ; opacity ?: undefined ; translate : string ; } | { composite ?: undefined ; easing ?: undefined ; offset ?: undefined ; opacity ?: undefined ; translate : string ; } ) [] reverse Keyframes Effect : true ~slide- out : { defaultConfig : { duration : 100 ; } ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "accumulate" ; } ; composeEffect ( direction ?: | "to-left" | "to-top" | "to-bottom" | "to-right" ) : { forwardKeyframesGenerator : ( ( ) => ( | { clipPath : string ; marginBottom ?: undefined ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom : string ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom ?: undefined ; marginRight : string ; translate : string ; } | { clipPath : string ; } ) [] ) ; } ; } default Config : { duration : 100 ; } effect Composition Frequency : "on-first-play-only" immutable Config : { composite : "accumulate" ; } Readonly
composite : "accumulate" compose Effect : functioncompose Effect ( direction ? ) : { forwardKeyframesGenerator : ( ( ) => ( | { clipPath : string ; marginBottom ?: undefined ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom : string ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom ?: undefined ; marginRight : string ; translate : string ; } | { clipPath : string ; } ) [] ) ; } Parameters direction : | "to-left" | "to-top" | "to-bottom" | "to-right" = 'to-top' Returns { forwardKeyframesGenerator : ( ( ) => ( | { clipPath : string ; marginBottom ?: undefined ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom : string ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom ?: undefined ; marginRight : string ; translate : string ; } | { clipPath : string ; } ) [] ) ; } forward Keyframes Generator : ( ( ) => ( | { clipPath : string ; marginBottom ?: undefined ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom : string ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom ?: undefined ; marginRight : string ; translate : string ; } | { clipPath : string ; } ) [] ) ( ) : ( | { clipPath : string ; marginBottom ?: undefined ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom : string ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom ?: undefined ; marginRight : string ; translate : string ; } | { clipPath : string ; } ) [] Returns ( | { clipPath : string ; marginBottom ?: undefined ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom : string ; marginRight ?: undefined ; translate : string ; } | { clipPath : string ; marginBottom ?: undefined ; marginRight : string ; translate : string ; } | { clipPath : string ; } ) [] ~wipe : { defaultConfig : {} ; effectCompositionFrequency : "on-first-play-only" ; immutableConfig : { composite : "replace" ; } ; composeEffect ( direction ?: | "from-left" | "from-top" | "from-bottom" | "from-right" ) : { forwardKeyframesGenerator : ( ( ) => Keyframe [] ) ; } ; } default Config : {} effect Composition Frequency : "on-first-play-only" immutable Config : { composite : "replace" ; } Readonly
composite : "replace" compose Effect : functioncompose Effect ( direction ? ) : { forwardKeyframesGenerator : ( ( ) => Keyframe [] ) ; } Parameters direction : | "from-left" | "from-top" | "from-bottom" | "from-right" = 'from-bottom' Returns { forwardKeyframesGenerator : ( ( ) => Keyframe [] ) ; } forward Keyframes Generator : ( ( ) => Keyframe [] ) ( ) : Keyframe [] Returns Keyframe []
Element disappears instantaneously.