UNPKG

baseframe-js

Version:

A suite of useful Javascript plugins and functions to help with Front-end Development on websites

3 lines (2 loc) 140 B
declare const transition: () => (startFn: (...args) => any, endFn: (...args) => any, duration?: number) => void; export default transition;