ScaleFade
ScaleFade
is a component that gradually scales up to reveal or scales down to hide an element.
Theming
The ScaleFade
is a single part component.
If you want to change the style of the component, please check here.
export const ScaleFade: ComponentStyle<"ScaleFade"> = {baseStyle: {w: "100%",},defaultProps: {reverse: true,scale: 0.95,},}
Edit this page on GitHub