You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Styles/Variables/animations.js

9 lines
176 B

// Use CommonJS since this is consumed by PostCSS via webpack (node.js).
module.exports = {
// Durations
defaultSpeed: '0.2s',
slowSpeed: '0.6s',
fastSpeed: '0.1s'
};