UNPKG

scancss

Version:

A robust CSS stylesheet statistics collector and analyzer

12 lines (10 loc) 457 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /** * https://drafts.csswg.org/css-timing-1/#typedef-timing-function * https://developer.mozilla.org/en-US/docs/Web/CSS/transition-timing-function * https://css-tricks.com/almanac/properties/t/transition-timing-function/ */ const cssNamedTimingFunctions = exports.cssNamedTimingFunctions = ['linear', 'ease-in-out', 'ease-in', 'ease-out', 'ease', 'step-start', 'step-end'];