@sailingrotevista/rotevista-dash 7.0.18 → 7.0.22
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/package.json +1 -1
- package/style.css +5 -3
package/package.json
CHANGED
package/style.css
CHANGED
|
@@ -603,10 +603,12 @@ body.night-mode {
|
|
|
603
603
|
}
|
|
604
604
|
|
|
605
605
|
/* ==========================================================================
|
|
606
|
-
13. SMORZAMENTO FLUIDO AGHI A 60FPS (DAMPING HARDWARE)
|
|
607
|
-
==========================================================================
|
|
606
|
+
13. SMORZAMENTO FLUIDO AGHI A 60FPS (DAMPING HARDWARE) non utilizzato consuma troppa cpu
|
|
607
|
+
==========================================================================
|
|
608
608
|
|
|
609
|
-
|
|
609
|
+
Applichiamo la transizione fluida a tutti i puntatori mantenendo i perni nativi dell'SVG
|
|
610
610
|
#awa-pointer, #twa-pointer, #track-pointer, #twd-arrow, #twd-boat-wrap {
|
|
611
611
|
transition: transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
612
612
|
}
|
|
613
|
+
|
|
614
|
+
*/
|