Replace jQuery animations with CSS animations
This commit is contained in:
+3
-3
@@ -28,9 +28,9 @@ All rights reserved.
|
||||
|
||||
// Animation Speeds ////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$animate-fast: 0.1s;
|
||||
$animate-normal: 0.25s;
|
||||
$animate-slow: 0.6s;
|
||||
$animate-fast: 0.200s;
|
||||
$animate-normal: 0.400s;
|
||||
$animate-slow: 1.200s;
|
||||
|
||||
// Font Faces //////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user