REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.09 KB
Close
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/polished/lib/easings/easeInOut.js
Text
Base64
"use strict"; exports.__esModule = true; exports["default"] = easeInOut; var functionsMap = { back: 'cubic-bezier(0.680, -0.550, 0.265, 1.550)', circ: 'cubic-bezier(0.785, 0.135, 0.150, 0.860)', cubic: 'cubic-bezier(0.645, 0.045, 0.355, 1.000)', expo: 'cubic-bezier(1.000, 0.000, 0.000, 1.000)', quad: 'cubic-bezier(0.455, 0.030, 0.515, 0.955)', quart: 'cubic-bezier(0.770, 0.000, 0.175, 1.000)', quint: 'cubic-bezier(0.860, 0.000, 0.070, 1.000)', sine: 'cubic-bezier(0.445, 0.050, 0.550, 0.950)' }; /** * String to represent common easing functions as demonstrated here: (github.com/jaukia/easie). * * @example * // Styles as object usage * const styles = { * 'transitionTimingFunction': easeInOut('quad') * } * * // styled-components usage * const div = styled.div` * transitionTimingFunction: ${easeInOut('quad')}; * ` * * // CSS as JS Output * * 'div': { * 'transitionTimingFunction': 'cubic-bezier(0.455, 0.030, 0.515, 0.955)', * } */ function easeInOut(functionName) { return functionsMap[functionName.toLowerCase().trim()]; } module.exports = exports.default;
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
easeIn.d.ts
146 B
lrw-r--r--
2026-02-28 00:31:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
easeIn.js
1.08 KB
lrw-r--r--
2026-02-28 00:30:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
easeIn.js.flow
1.09 KB
lrw-r--r--
2026-02-28 00:29:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
easeInOut.d.ts
152 B
lrw-r--r--
2026-02-28 00:31:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
easeInOut.js
1.09 KB
lrw-r--r--
2026-02-28 00:30:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
easeInOut.js.flow
1.10 KB
lrw-r--r--
2026-02-28 00:29:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
easeOut.d.ts
148 B
lrw-r--r--
2026-02-28 00:31:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
easeOut.js
1.09 KB
lrw-r--r--
2026-02-28 00:30:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
easeOut.js.flow
1.09 KB
lrw-r--r--
2026-02-28 00:29:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).