Last active
May 6, 2022 13:45
-
-
Save ealbinu/47dd6665b521b6644aa06025fb87e763 to your computer and use it in GitHub Desktop.
VSCode Animate.css Snippets | anim (init) | anim_ (names) | animu (utilities)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "animationcssAnimated": { | |
| "prefix": "anim", | |
| "body":[ | |
| "animate__animated" | |
| ] | |
| }, | |
| "animationcssAnimations": { | |
| "prefix": "anim_", | |
| "body":[ | |
| "animate__${1|bounce,flash,pulse,rubberBand,shakeX,shakeY,headShake,swing,tada,wobble,jello,heartBeart,backInDown,backInLeft,backInRight,backInUp,backOutDown,backOutLeft,backOutRight,backOutUp,bounceIn,bounceInDown,bounceInLeft,bounceInRight,bounceInUp,bounceOut,bounceOutDown,bounceOutLeft,bounceOutRight,bounceOutUp,fadeIn,fadeInDown,fadeInDownBig,fadeInLeft,fadeInLeftBig,fadeInRight,fadeInRightBig,fadeInUp,fadeInUpBig,fadeInTopLeft,fadeInTopRight,fadeInBottomLeft,fadeInBottomRight,fadeOut,fadeOutDown,fadeOutDownBig,fadeOutLeft,fadeOutLeftBig,fadeOutRight,fadeOutRightBig,fadeOutUp,fadeOutUpBig,fadeOutTopLeft,fadeOutTopRight,fadeOutBottomRight,fadeOutBottomLeft,flip,flipInX,flipInY,flipOutX,flipOutY,lightSpeedInRight,lightSpeedInLeft,lightSpeedOutRight,lightSpeedOutLeft,rotateIn,rotateInDownLeft,rotateInDownRight,rotateInUpLeft,rotateInUpRight,rotateOut,rotateOutDownLeft,rotateOutDownRight,rotateOutUpLeft,rotateOutUpRight,hinge,jackInTheBox,rollIn,rollOut,zoomIn,zoomInDown,zoomInLeft,zoomInRight,zoomInUp,zoomOut,zoomOutDown,zoomOutLeft,zoomOutRight,zoomOutUp,slideInDown,slideInLeft,slideInRight,slideInUp,slideOutDown,slideOutLeft,slideOutRight,slideOutUp|}" | |
| ] | |
| }, | |
| "animationcssUtilities": { | |
| "prefix": "animu", | |
| "body":[ | |
| "animate__${1|delay-2s,delay-3s,delay-4s,delay-5s,slow,slower,fast,faster,repeat-1,repeat-2,repeat-3,infinite|}" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment