All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.animations.scroll.d.ts Maven / Gradle / Ivy

declare const scroll: (element: HTMLElement, dx: number, dy: number) => {
    promise: () => Promise;
    stop: () => () => void;
};
export default scroll;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy