UNPKG

@akaustav/ngx-scroll-to

Version:

A simple Angular 12 plugin enabling you to smooth scroll to any element on your page and enhance scroll-based features in your app. This is a fork from @nicky-lenaers/ngx-scroll-to that adds support for Angular 12.

3 lines (2 loc) 225 B
/** Supported Events to trigger the scroll animation */ export declare type ScrollToEvent = 'click' | 'mouseenter' | 'mouseover' | 'mousedown' | 'mouseup' | 'dblclick' | 'contextmenu' | 'wheel' | 'mouseleave' | 'mouseout';