UNPKG

@ebay/ebayui-core

Version:

Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.

6 lines (5 loc) 253 B
/** * Utility to animate scroll position of an element using an `ease-out` curve over 250ms. * Cancels the animation if the user touches back down. */ export declare function scrollTransition(el: HTMLElement, to: number, fn: () => void): () => void;