Unveil
The appear component will cause all of its children to become visible after a specified amount of time.
Example:
<Unveil duration={5000} >
<span> I will appear</span>
</Unveil>
Options:
- active |
boolean
: controls whether the counter should be active. Default:false
. - delay |
number
: number of milliseconds before component appears. Default:1000
.