SlideFade
SlideFade
is a component that gradually shows or hides an element while moving it from a specified position.
Theming
The SlideFade
is a single part component.
If you want to change the style of the component, please check here.
export const SlideFade: ComponentStyle<"SlideFade"> = {baseStyle: {w: "100%",},defaultProps: {offsetX: 0,offsetY: 8,reverse: true,},}
Edit this page on GitHub