@mks2508/sidebar-headless 0.2.1 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +53 -53
- package/LICENSE +21 -21
- package/README.md +165 -165
- package/dist/components/BottomNavBar/MobileBottomNav.d.ts +65 -0
- package/dist/components/BottomNavBar/MobileBottomNav.d.ts.map +1 -0
- package/dist/components/BottomNavBar/MobileBottomNav.styles.d.ts +94 -0
- package/dist/components/BottomNavBar/MobileBottomNav.styles.d.ts.map +1 -0
- package/dist/components/BottomNavBar/index.d.ts +10 -0
- package/dist/components/BottomNavBar/index.d.ts.map +1 -0
- package/dist/components/BottomNavBar/types.d.ts +363 -0
- package/dist/components/BottomNavBar/types.d.ts.map +1 -0
- package/dist/components/BottomNavBar/useIOSSafariFix.d.ts +74 -0
- package/dist/components/BottomNavBar/useIOSSafariFix.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.constants.d.ts +285 -0
- package/dist/components/Sidebar/Sidebar.constants.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts +80 -0
- package/dist/components/Sidebar/Sidebar.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.styles.d.ts +77 -0
- package/dist/components/Sidebar/Sidebar.styles.d.ts.map +1 -0
- package/dist/components/Sidebar/Sidebar.types.d.ts +638 -0
- package/dist/components/Sidebar/Sidebar.types.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarContent.d.ts +46 -0
- package/dist/components/Sidebar/SidebarContent.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarContext.d.ts +87 -0
- package/dist/components/Sidebar/SidebarContext.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarFluidIndicator.d.ts +37 -0
- package/dist/components/Sidebar/SidebarFluidIndicator.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarIndicator.d.ts +59 -0
- package/dist/components/Sidebar/SidebarIndicator.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarItem.d.ts +82 -0
- package/dist/components/Sidebar/SidebarItem.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarNav.d.ts +48 -0
- package/dist/components/Sidebar/SidebarNav.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarSafeArea.d.ts +56 -0
- package/dist/components/Sidebar/SidebarSafeArea.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarSubContent.d.ts +10 -0
- package/dist/components/Sidebar/SidebarSubContent.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarSubLink.d.ts +18 -0
- package/dist/components/Sidebar/SidebarSubLink.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarToggle.d.ts +52 -0
- package/dist/components/Sidebar/SidebarToggle.d.ts.map +1 -0
- package/dist/components/Sidebar/SidebarTooltip.d.ts +26 -0
- package/dist/components/Sidebar/SidebarTooltip.d.ts.map +1 -0
- package/dist/components/Sidebar/TooltipTitle3D.d.ts +42 -0
- package/dist/components/Sidebar/TooltipTitle3D.d.ts.map +1 -0
- package/dist/components/Sidebar/TooltipTitle3DCrossfade.d.ts +46 -0
- package/dist/components/Sidebar/TooltipTitle3DCrossfade.d.ts.map +1 -0
- package/dist/components/Sidebar/TooltipTitleCylinder.d.ts +9 -0
- package/dist/components/Sidebar/TooltipTitleCylinder.d.ts.map +1 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.d.ts +48 -0
- package/dist/components/Sidebar/hooks/useSidebarContext.d.ts.map +1 -0
- package/dist/components/Sidebar/hooks/useSidebarIndicator.d.ts +72 -0
- package/dist/components/Sidebar/hooks/useSidebarIndicator.d.ts.map +1 -0
- package/dist/components/Sidebar/hooks/useSidebarKeyboard.d.ts +51 -0
- package/dist/components/Sidebar/hooks/useSidebarKeyboard.d.ts.map +1 -0
- package/dist/components/Sidebar/hooks/useSubContent.d.ts +7 -0
- package/dist/components/Sidebar/hooks/useSubContent.d.ts.map +1 -0
- package/dist/components/Sidebar/hooks/useTitleHistory.d.ts +41 -0
- package/dist/components/Sidebar/hooks/useTitleHistory.d.ts.map +1 -0
- package/dist/components/Sidebar/hooks/useTooltipDirection.d.ts +29 -0
- package/dist/components/Sidebar/hooks/useTooltipDirection.d.ts.map +1 -0
- package/dist/components/Sidebar/hooks/useTooltipTransition.d.ts +60 -0
- package/dist/components/Sidebar/hooks/useTooltipTransition.d.ts.map +1 -0
- package/dist/components/Sidebar/index.d.ts +163 -0
- package/dist/components/Sidebar/index.d.ts.map +1 -0
- package/dist/components/Sidebar/sidebar-defaults.d.ts +54 -0
- package/dist/components/Sidebar/sidebar-defaults.d.ts.map +1 -0
- package/dist/components/animate-ui/components/base/switch.d.ts +11 -0
- package/dist/components/animate-ui/components/base/switch.d.ts.map +1 -0
- package/dist/components/animate-ui/primitives/base/switch.d.ts +23 -0
- package/dist/components/animate-ui/primitives/base/switch.d.ts.map +1 -0
- package/dist/components/fluid-hover-indicator-v2.d.ts +46 -0
- package/dist/components/fluid-hover-indicator-v2.d.ts.map +1 -0
- package/dist/components/fluid-hover-indicator.d.ts +28 -0
- package/dist/components/fluid-hover-indicator.d.ts.map +1 -0
- package/dist/components/ui/TextCylinder.d.ts +21 -0
- package/dist/components/ui/TextCylinder.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +11 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/custom-icon.d.ts +45 -0
- package/dist/components/ui/custom-icon.d.ts.map +1 -0
- package/dist/components/ui/dotted-glow-background.d.ts +42 -0
- package/dist/components/ui/dotted-glow-background.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +5 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/optimized-image.d.ts +12 -0
- package/dist/components/ui/optimized-image.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +16 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/slider.d.ts +5 -0
- package/dist/components/ui/slider.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +4 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/{index.css → dist/index.css} +945 -908
- package/dist/dist/index.css.map +1 -0
- package/dist/hooks/use-controlled-state.d.ts +9 -0
- package/dist/hooks/use-controlled-state.d.ts.map +1 -0
- package/dist/hooks/use-fluid-animation.d.ts +18 -0
- package/dist/hooks/use-fluid-animation.d.ts.map +1 -0
- package/dist/hooks/use-liquid-glass.d.ts +40 -0
- package/dist/hooks/use-liquid-glass.d.ts.map +1 -0
- package/dist/hooks/use-sidebar-liquid-glass.d.ts +48 -0
- package/dist/hooks/use-sidebar-liquid-glass.d.ts.map +1 -0
- package/dist/hooks/use-text-cylinder.d.ts +67 -0
- package/dist/hooks/use-text-cylinder.d.ts.map +1 -0
- package/dist/index.cjs +13192 -52272
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +171 -2234
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +13131 -52248
- package/dist/index.js.map +1 -1
- package/dist/lib/get-strict-context.d.ts +10 -0
- package/dist/lib/get-strict-context.d.ts.map +1 -0
- package/dist/lib/liquid-glass-presets.d.ts +43 -0
- package/dist/lib/liquid-glass-presets.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/types/sidebar-minimal.d.ts +21 -0
- package/dist/types/sidebar-minimal.d.ts.map +1 -0
- package/dist/utils/TooltipAnimationController.d.ts +122 -0
- package/dist/utils/TooltipAnimationController.d.ts.map +1 -0
- package/package.json +113 -106
- package/dist/MobileOptimizations.css +0 -570
- package/dist/index.css.map +0 -1
- package/dist/index.d.cts +0 -2235
- package/dist/tooltip-keyframes.css +0 -329
|
@@ -1,329 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Tooltip Transition Keyframes
|
|
3
|
-
*
|
|
4
|
-
* Sistema de animaciones CSS para transiciones de tooltip con:
|
|
5
|
-
* - Items staggered enter/exit
|
|
6
|
-
* - Grid-based height transitions
|
|
7
|
-
* - 3D title rotations
|
|
8
|
-
*
|
|
9
|
-
* Performance: GPU-accelerated (transform + opacity only)
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
/* ============================================================================
|
|
13
|
-
ITEMS ANIMATIONS - Staggered Enter/Exit
|
|
14
|
-
============================================================================ */
|
|
15
|
-
|
|
16
|
-
@keyframes tooltip-item-enter {
|
|
17
|
-
from {
|
|
18
|
-
opacity: 0;
|
|
19
|
-
transform: translateX(-8px);
|
|
20
|
-
}
|
|
21
|
-
to {
|
|
22
|
-
opacity: 1;
|
|
23
|
-
transform: translateX(0);
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
@keyframes tooltip-item-exit {
|
|
28
|
-
from {
|
|
29
|
-
opacity: 1;
|
|
30
|
-
transform: translateX(0);
|
|
31
|
-
}
|
|
32
|
-
to {
|
|
33
|
-
opacity: 0;
|
|
34
|
-
transform: translateX(-4px);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* Item States con CSS Custom Properties
|
|
40
|
-
*
|
|
41
|
-
* Uso: <div style="--animation-order: 0" data-state="entering">
|
|
42
|
-
*/
|
|
43
|
-
.sidebar-sublink[data-state="entering"] {
|
|
44
|
-
animation: tooltip-item-enter 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
45
|
-
animation-delay: calc(var(--animation-order, 0) * 30ms + 150ms);
|
|
46
|
-
animation-fill-mode: both;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.sidebar-sublink[data-state="leaving"] {
|
|
50
|
-
animation: tooltip-item-exit 100ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
51
|
-
animation-delay: calc(var(--animation-order, 0) * 20ms);
|
|
52
|
-
animation-fill-mode: both;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/* ============================================================================
|
|
56
|
-
TITLE 3D ROTATIONS
|
|
57
|
-
============================================================================ */
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* Title Rotate Up (direction-aware)
|
|
61
|
-
* Usado cuando navegamos hacia arriba en el sidebar
|
|
62
|
-
*/
|
|
63
|
-
@keyframes tooltip-title-rotate-up {
|
|
64
|
-
from {
|
|
65
|
-
transform: rotateX(0deg);
|
|
66
|
-
opacity: 1;
|
|
67
|
-
}
|
|
68
|
-
to {
|
|
69
|
-
transform: rotateX(-90deg);
|
|
70
|
-
opacity: 0;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
@keyframes tooltip-title-enter-from-below {
|
|
75
|
-
from {
|
|
76
|
-
transform: rotateX(90deg);
|
|
77
|
-
opacity: 0;
|
|
78
|
-
}
|
|
79
|
-
to {
|
|
80
|
-
transform: rotateX(0deg);
|
|
81
|
-
opacity: 1;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/**
|
|
86
|
-
* Title Rotate Down (direction-aware)
|
|
87
|
-
* Usado cuando navegamos hacia abajo en el sidebar
|
|
88
|
-
*/
|
|
89
|
-
@keyframes tooltip-title-rotate-down {
|
|
90
|
-
from {
|
|
91
|
-
transform: rotateX(0deg);
|
|
92
|
-
opacity: 1;
|
|
93
|
-
}
|
|
94
|
-
to {
|
|
95
|
-
transform: rotateX(90deg);
|
|
96
|
-
opacity: 0;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
@keyframes tooltip-title-enter-from-above {
|
|
101
|
-
from {
|
|
102
|
-
transform: rotateX(-90deg);
|
|
103
|
-
opacity: 0;
|
|
104
|
-
}
|
|
105
|
-
to {
|
|
106
|
-
transform: rotateX(0deg);
|
|
107
|
-
opacity: 1;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/**
|
|
112
|
-
* Title States
|
|
113
|
-
*/
|
|
114
|
-
.tooltip-title[data-direction="up"][data-state="leaving"] {
|
|
115
|
-
animation: tooltip-title-rotate-up 250ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.tooltip-title[data-direction="up"][data-state="entering"] {
|
|
119
|
-
animation: tooltip-title-enter-from-below 250ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.tooltip-title[data-direction="down"][data-state="leaving"] {
|
|
123
|
-
animation: tooltip-title-rotate-down 250ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.tooltip-title[data-direction="down"][data-state="entering"] {
|
|
127
|
-
animation: tooltip-title-enter-from-above 250ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/* ============================================================================
|
|
131
|
-
3D CUBE FACES (Enfoque A: Multi-cara)
|
|
132
|
-
============================================================================ */
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Cubo 3D con 6 caras para títulos
|
|
136
|
-
*
|
|
137
|
-
* Estructura:
|
|
138
|
-
* .title-scene (perspective)
|
|
139
|
-
* └─ .title-cube (preserve-3d)
|
|
140
|
-
* ├─ .title-face--front
|
|
141
|
-
* ├─ .title-face--back
|
|
142
|
-
* ├─ .title-face--top
|
|
143
|
-
* ├─ .title-face--bottom
|
|
144
|
-
* ├─ .title-face--left
|
|
145
|
-
* └─ .title-face--right
|
|
146
|
-
*/
|
|
147
|
-
|
|
148
|
-
.title-scene {
|
|
149
|
-
perspective: 600px;
|
|
150
|
-
position: relative;
|
|
151
|
-
width: 100%;
|
|
152
|
-
height: 2rem;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.title-cube {
|
|
156
|
-
width: 100%;
|
|
157
|
-
height: 100%;
|
|
158
|
-
position: relative;
|
|
159
|
-
transform-style: preserve-3d;
|
|
160
|
-
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
161
|
-
/* Empujar hacia atrás para evitar blur en texto */
|
|
162
|
-
transform: translateZ(-1rem);
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.title-face {
|
|
166
|
-
position: absolute;
|
|
167
|
-
width: 100%;
|
|
168
|
-
height: 100%;
|
|
169
|
-
backface-visibility: hidden;
|
|
170
|
-
display: flex;
|
|
171
|
-
align-items: center;
|
|
172
|
-
justify-content: flex-start;
|
|
173
|
-
padding: 0 1rem;
|
|
174
|
-
font-weight: 500;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/* Posicionamiento de caras - Vertical rotation (rotateX) */
|
|
178
|
-
.title-face--front {
|
|
179
|
-
transform: rotateX(0deg) translateZ(1rem);
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.title-face--top {
|
|
183
|
-
transform: rotateX(90deg) translateZ(1rem);
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
.title-face--bottom {
|
|
187
|
-
transform: rotateX(-90deg) translateZ(1rem);
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.title-face--back {
|
|
191
|
-
transform: rotateX(180deg) translateZ(1rem);
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
/* Estados del cubo - Direction-aware */
|
|
195
|
-
.title-cube[data-face="front"] {
|
|
196
|
-
transform: translateZ(-1rem) rotateX(0deg);
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.title-cube[data-face="top"] {
|
|
200
|
-
transform: translateZ(-1rem) rotateX(-90deg);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.title-cube[data-face="bottom"] {
|
|
204
|
-
transform: translateZ(-1rem) rotateX(90deg);
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.title-cube[data-face="back"] {
|
|
208
|
-
transform: translateZ(-1rem) rotateX(180deg);
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
/* ============================================================================
|
|
212
|
-
GRID HEIGHT TRANSITION (Grid Trick)
|
|
213
|
-
============================================================================ */
|
|
214
|
-
|
|
215
|
-
/**
|
|
216
|
-
* Grid trick para height: auto transitions
|
|
217
|
-
*
|
|
218
|
-
* Técnica: grid-template-rows: 0fr → 1fr
|
|
219
|
-
* Browser support: Chrome 107+, Firefox 117+, Safari 16.4+
|
|
220
|
-
*/
|
|
221
|
-
|
|
222
|
-
.tooltip-content-grid {
|
|
223
|
-
display: grid;
|
|
224
|
-
grid-template-rows: 0fr;
|
|
225
|
-
transition: grid-template-rows 200ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
226
|
-
transition-delay: 50ms; /* Empieza después del fade-out de items */
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.tooltip-content-grid[data-state="open"] {
|
|
230
|
-
grid-template-rows: 1fr;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.tooltip-content-inner {
|
|
234
|
-
overflow: hidden;
|
|
235
|
-
min-height: 0; /* Crítico para que grid trick funcione */
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
/* ============================================================================
|
|
239
|
-
UTILITY CLASSES
|
|
240
|
-
============================================================================ */
|
|
241
|
-
|
|
242
|
-
/**
|
|
243
|
-
* Contenedor con perspective para títulos crossfade
|
|
244
|
-
*/
|
|
245
|
-
.tooltip-title-perspective {
|
|
246
|
-
perspective: 600px;
|
|
247
|
-
position: relative;
|
|
248
|
-
width: 100%;
|
|
249
|
-
height: 2rem;
|
|
250
|
-
overflow: hidden;
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* Disable animations durante hover rápido (opcional)
|
|
255
|
-
* Usar con cuidado: puede causar flickering
|
|
256
|
-
*/
|
|
257
|
-
.tooltip-no-animations * {
|
|
258
|
-
animation: none !important;
|
|
259
|
-
transition: none !important;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
/* ============================================================================
|
|
263
|
-
DEBUG HELPERS
|
|
264
|
-
============================================================================ */
|
|
265
|
-
|
|
266
|
-
/**
|
|
267
|
-
* Visualización de estados en debug mode
|
|
268
|
-
*/
|
|
269
|
-
[data-tooltip-debug="true"] .sidebar-sublink[data-state]::before {
|
|
270
|
-
content: attr(data-state);
|
|
271
|
-
position: absolute;
|
|
272
|
-
top: 0;
|
|
273
|
-
right: 0;
|
|
274
|
-
font-size: 8px;
|
|
275
|
-
background: rgba(255, 0, 0, 0.8);
|
|
276
|
-
color: white;
|
|
277
|
-
padding: 2px 4px;
|
|
278
|
-
border-radius: 2px;
|
|
279
|
-
pointer-events: none;
|
|
280
|
-
z-index: 1000;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
[data-tooltip-debug="true"] .tooltip-title[data-direction]::after {
|
|
284
|
-
content: "dir:" attr(data-direction);
|
|
285
|
-
position: absolute;
|
|
286
|
-
bottom: 0;
|
|
287
|
-
left: 0;
|
|
288
|
-
font-size: 8px;
|
|
289
|
-
background: rgba(0, 0, 255, 0.8);
|
|
290
|
-
color: white;
|
|
291
|
-
padding: 2px 4px;
|
|
292
|
-
border-radius: 2px;
|
|
293
|
-
pointer-events: none;
|
|
294
|
-
z-index: 1000;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
/* ============================================================================
|
|
298
|
-
PERFORMANCE OPTIMIZATIONS
|
|
299
|
-
============================================================================ */
|
|
300
|
-
|
|
301
|
-
/**
|
|
302
|
-
* GPU acceleration hints
|
|
303
|
-
*/
|
|
304
|
-
.sidebar-sublink[data-state],
|
|
305
|
-
.tooltip-title[data-state],
|
|
306
|
-
.title-cube {
|
|
307
|
-
will-change: transform, opacity;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
/**
|
|
311
|
-
* Contain layout/paint/style para mejor performance
|
|
312
|
-
*/
|
|
313
|
-
.tooltip-content-grid {
|
|
314
|
-
contain: layout style paint;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
/**
|
|
318
|
-
* Reduce motion para accesibilidad
|
|
319
|
-
*/
|
|
320
|
-
@media (prefers-reduced-motion: reduce) {
|
|
321
|
-
.sidebar-sublink[data-state],
|
|
322
|
-
.tooltip-title[data-state],
|
|
323
|
-
.title-cube,
|
|
324
|
-
.tooltip-content-grid {
|
|
325
|
-
animation-duration: 0.01ms !important;
|
|
326
|
-
animation-iteration-count: 1 !important;
|
|
327
|
-
transition-duration: 0.01ms !important;
|
|
328
|
-
}
|
|
329
|
-
}
|