Leave Yamada UI a star

Star
Yamada UIYamada UIv1.5.1

ScaleFade

ScaleFade is a component that gradually scales up to reveal or scales down to hide an element.

Source@yamada-ui/transitions

Theming

The ScaleFade is a single part component.

export const ScaleFade: ComponentStyle<"ScaleFade"> = {
baseStyle: {
w: "100%",
},
defaultProps: {
scale: 0.95,
reverse: true,
},
}
Copied!

Edit this page on GitHub

PreviousFadeNextSlide