|
| 1 | +//////////////////////////////////////////////////////////// |
| 2 | +// Import everything to generate your animate sass module // |
| 3 | +//////////////////////////////////////////////////////////// |
| 4 | +@import "helpers/mixins", |
| 5 | + "helpers/settings", |
| 6 | + "helpers/base"; |
| 7 | + |
| 8 | +// ATTENTION |
| 9 | +@import "animations/attention-seekers/bounce", |
| 10 | + "animations/attention-seekers/flash", |
| 11 | + "animations/attention-seekers/pulse", |
| 12 | + "animations/attention-seekers/shake", |
| 13 | + "animations/attention-seekers/swing", |
| 14 | + "animations/attention-seekers/wiggle", |
| 15 | + "animations/attention-seekers/wobble", |
| 16 | + "animations/attention-seekers/tada"; |
| 17 | + |
| 18 | +// BOUNCE |
| 19 | +@import "animations/bounce-enter/bounceIn", |
| 20 | + "animations/bounce-enter/bounceInDown", |
| 21 | + "animations/bounce-enter/bounceInLeft", |
| 22 | + "animations/bounce-enter/bounceInRight", |
| 23 | + "animations/bounce-enter/bounceInUp", |
| 24 | + "animations/bounce-exit/bounceOut", |
| 25 | + "animations/bounce-exit/bounceOutDown", |
| 26 | + "animations/bounce-exit/bounceOutLeft", |
| 27 | + "animations/bounce-exit/bounceOutRight", |
| 28 | + "animations/bounce-exit/bounceOutUp"; |
| 29 | + |
| 30 | +// FADE |
| 31 | +@import "animations/fade-enter/fadeIn", |
| 32 | + "animations/fade-enter/fadeInDown", |
| 33 | + "animations/fade-enter/fadeInDownBig", |
| 34 | + "animations/fade-enter/fadeInLeft", |
| 35 | + "animations/fade-enter/fadeInLeftBig", |
| 36 | + "animations/fade-enter/fadeInRight", |
| 37 | + "animations/fade-enter/fadeInRightBig", |
| 38 | + "animations/fade-enter/fadeInUp", |
| 39 | + "animations/fade-enter/fadeInUpBig", |
| 40 | + "animations/fade-exit/fadeOut", |
| 41 | + "animations/fade-exit/fadeOutDown", |
| 42 | + "animations/fade-exit/fadeOutDownBig", |
| 43 | + "animations/fade-exit/fadeOutLeft", |
| 44 | + "animations/fade-exit/fadeOutLeftBig", |
| 45 | + "animations/fade-exit/fadeOutRight", |
| 46 | + "animations/fade-exit/fadeOutRightBig", |
| 47 | + "animations/fade-exit/fadeOutUp", |
| 48 | + "animations/fade-exit/fadeOutUpBig"; |
| 49 | + |
| 50 | +// FLIP |
| 51 | +@import "animations/flippers/flip", |
| 52 | + "animations/flippers/flipInX", |
| 53 | + "animations/flippers/flipInY", |
| 54 | + "animations/flippers/flipOutX", |
| 55 | + "animations/flippers/flipOutY"; |
| 56 | + |
| 57 | +// LIGHTSPEED |
| 58 | +@import "animations/lightspeed/lightSpeedIn", |
| 59 | + "animations/lightspeed/lightSpeedOut"; |
| 60 | + |
| 61 | +// ROTATE |
| 62 | +@import "animations/rotate-enter/rotateIn", |
| 63 | + "animations/rotate-enter/rotateInDownLeft", |
| 64 | + "animations/rotate-enter/rotateInDownRight", |
| 65 | + "animations/rotate-enter/rotateInUpLeft", |
| 66 | + "animations/rotate-enter/rotateInUpRight", |
| 67 | + "animations/rotate-exit/rotateOut", |
| 68 | + "animations/rotate-exit/rotateOutDownLeft", |
| 69 | + "animations/rotate-exit/rotateOutDownRight", |
| 70 | + "animations/rotate-exit/rotateOutUpLeft", |
| 71 | + "animations/rotate-exit/rotateOutUpRight"; |
| 72 | + |
| 73 | +// SLIDE |
| 74 | +@import "animations/slide-enter/slideInDown", |
| 75 | + "animations/slide-enter/slideInLeft", |
| 76 | + "animations/slide-enter/slideInRight", |
| 77 | + "animations/slide-enter/slideInUp", |
| 78 | + "animations/slide-exit/slideOutDown", |
| 79 | + "animations/slide-exit/slideOutLeft", |
| 80 | + "animations/slide-exit/slideOutRight", |
| 81 | + "animations/slide-exit/slideOutUp"; |
| 82 | + |
| 83 | +// SPECIAL |
| 84 | +@import "animations/special/hinge", |
| 85 | + "animations/special/rollIn", |
| 86 | + "animations/special/rollOut"; |
| 87 | + |
| 88 | +// ZOOM |
| 89 | +@import "animations/zoom-enter/zoomIn", |
| 90 | + "animations/zoom-enter/zoomInDown", |
| 91 | + "animations/zoom-enter/zoomInLeft", |
| 92 | + "animations/zoom-enter/zoomInRight", |
| 93 | + "animations/zoom-enter/zoomInUp", |
| 94 | + "animations/zoom-exit/zoomOut", |
| 95 | + "animations/zoom-exit/zoomOutDown", |
| 96 | + "animations/zoom-exit/zoomOutLeft", |
| 97 | + "animations/zoom-exit/zoomOutRight", |
| 98 | + "animations/zoom-exit/zoomOutUp"; |
0 commit comments