📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 21:31:59
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
autoprefixer
/
lib
/
hacks
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/autoprefixer/lib/hacks
🔄 Refresh
✏️
Editing: animation.js
Writable
let Declaration = require('../declaration') class Animation extends Declaration { /** * Don’t add prefixes for modern values. */ check(decl) { return !decl.value.split(/\s+/).some(i => { let lower = i.toLowerCase() return lower === 'reverse' || lower === 'alternate-reverse' }) } } Animation.names = ['animation', 'animation-direction'] module.exports = Animation
💾 Save Changes
❌ Cancel