We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have installed jquery, velocity animate and its respective typings.
Editor doesn't show up any lint errors but when I run the application velocity is undefined.
$('.main').velocity({ opacity: 1 }, { duration: 1000 });
I am not sure what I am doing wrong.
Any help appreciated.