-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_options.less
More file actions
36 lines (30 loc) · 1.24 KB
/
_options.less
File metadata and controls
36 lines (30 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// DEFAULT OPTIONS
@import "_hoverOptions";
// Default Durations
@fastDuration: 0.2s;
@mediumDuration: 0.6s;
@slowDuration: 1s; // Default animation speed
// Browser Prefixing
@webkit: true;
@moz: false;
@ms: false;
@o: false;
// ------------------------ ANIMATIONS TO COMPILE ------------------------ //
@includeAllClasses: true; // Set this to false if you only want the keyframes.
@includeBounce: true; // Bounce + Bounce In + Bounce Out Animations
@includeFlash: true; // Flash Animation
@includePulse: true; // Pulse Animation
@includeRubberBand: true; // Rubber Band Animation
@includeShake: true; // Shake + Head Shake Animations
@includeSwing: true; // Swing Animation
@includeTada: true; // Ta Da! Animation
@includeWobble: true; // Wobble Animation
@includeJello: true; // Everybody's gotta have some jello.
@includeFade: true; // Fade In and Out Animations
@includeFlip: true; // Flip + Flip In + Flip Out Animations
@includeLightSpeed: true; // Light Speed In + Light Speed Out Animations
@includeRotate: true; // Rotate In + Rotate Out Animations
@includeHinge: true; // Hinge Animation
@includeRoll: true; // Roll In + Roll Out Animations
@includeZoom: true; // Zoom In + Zoom Out Animations
@includeSlide: true; // Slide In + Slide Out Animations