leo6104 / ngx-slick-carousel

Angular 17+ wrapper for slick plugin
113 stars 45 forks source link

I want to accomplish this using typescript in angular is that possible and How ? #72

Open georgemichel opened 3 years ago

georgemichel commented 3 years ago

var $thumbs = $('. thumb-item, .thumb-item-nav'); $thumb .on ('mouseover', function () { $thumbs.slick ('pause'); }) .on ('mouseout', function () { $thumbs.slick ('play'); });