Skip to content

Commit ec58861

Browse files
author
Корпусов Максим
committed
chore: utils replaced
1 parent 81e0c66 commit ec58861

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

lib/src/components/utils/keys.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const radioGroupModelValueSymbol = Symbol()
2+
3+
export { radioGroupModelValueSymbol }

lib/src/components/utils/motion.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
export const EASING = {
2+
STANDARD: 'cubic-bezier(0.2, 0, 0, 1)',
3+
STANDARD_ACCELERATE: 'cubic-bezier(.3,0,1,1)',
4+
STANDARD_DECELERATE: 'cubic-bezier(0,0,0,1)',
5+
EMPHASIZED: 'cubic-bezier(.3,0,0,1)',
6+
EMPHASIZED_ACCELERATE: 'cubic-bezier(.3,0,.8,.15)',
7+
EMPHASIZED_DECELERATE: 'cubic-bezier(.05,.7,.1,1)',
8+
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy