mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-01-01 10:32:09 +01:00
9 lines
176 B
JavaScript
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'
|
|
};
|