UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

12 lines 312 B
import { createUtil } from "../util"; /** * Prototope transition-duration util. * * @param value - Config value. * @returns - Prototope util. */ const duration = (value) => { return createUtil({ transitionDuration: `${value}ms` }); }; export { duration }; //# sourceMappingURL=transition-duration.js.map