Files
Prowlarr-Prowlarr/frontend/src/Styles/Variables/animations.js
2019-06-11 22:06:43 -04:00

9 lines
176 B
JavaScript

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