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/easeOut.js.flow
Text
Base64
// @flow import type { TimingFunction } from '../types/timingFunction' const functionsMap = { back: 'cubic-bezier(0.175, 0.885, 0.320, 1.275)', cubic: 'cubic-bezier(0.215, 0.610, 0.355, 1.000)', circ: 'cubic-bezier(0.075, 0.820, 0.165, 1.000)', expo: 'cubic-bezier(0.190, 1.000, 0.220, 1.000)', quad: 'cubic-bezier(0.250, 0.460, 0.450, 0.940)', quart: 'cubic-bezier(0.165, 0.840, 0.440, 1.000)', quint: 'cubic-bezier(0.230, 1.000, 0.320, 1.000)', sine: 'cubic-bezier(0.390, 0.575, 0.565, 1.000)', } /** * String to represent common easing functions as demonstrated here: (github.com/jaukia/easie). * * @example * // Styles as object usage * const styles = { * 'transitionTimingFunction': easeOut('quad') * } * * // styled-components usage * const div = styled.div` * transitionTimingFunction: ${easeOut('quad')}; * ` * * // CSS as JS Output * * 'div': { * 'transitionTimingFunction': 'cubic-bezier(0.250, 0.460, 0.450, 0.940)', * } */ export default function easeOut(functionName: string): TimingFunction { return functionsMap[functionName.toLowerCase().trim()] }
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).