We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
- NOTE: This documentation is for Velocity v2.
Velocity supports durations specified in milliseconds as well as named durations: "slow", "normal", and "fast".
element.velocity({ opacity: 1 }, { duration: 1000 });
or
element.velocity({ opacity: 1 }, { duration: "slow" });
About