Duration
number
options.duration
controls how long animations take to complete.
Default Value
{ duration: 600 }
Accepted Values
The number
passed to options.duration
is a measure of time in milliseconds.
Usage
ScrollReveal().reveal('#example', { duration: 500 });