mirror of
https://github.com/Radarr/Radarr
synced 2026-04-22 22:21:18 +02:00
8 lines
176 B
JavaScript
8 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'
|
|
};
|