FadeScale

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

その打球、消えるよ

Usage

import { FadeScale } from "@yamada-ui/react"
<FadeScale />

Change the initial scale value

To change the initial scale value, set a number to scale. The element will scale based on this value, starting from and shrinking to it. The default is 0.95.

その打球、消えるよ

Change the Duration

To change the duration, set a number (in seconds) to duration.

その打球、消えるよ

Unmount on Exit

To unmount the component when it is not visible, set unmountOnExit to true.

俺はたった今からデータを捨てる!そして俺は過去を凌駕する!

Props