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.