-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathvelocity.ui.js.map
1 lines (1 loc) · 67.8 KB
/
velocity.ui.js.map
1
{"version":3,"file":"velocity.ui.js","sources":["src-ui/attention_seekers/bounce.ts","src-ui/attention_seekers/flash.ts","src-ui/attention_seekers/headShake.ts","src-ui/attention_seekers/jello.ts","src-ui/attention_seekers/pulse.ts","src-ui/attention_seekers/rubberBand.ts","src-ui/attention_seekers/shake.ts","src-ui/attention_seekers/swing.ts","src-ui/attention_seekers/tada.ts","src-ui/attention_seekers/wobble.ts","src-ui/bouncing_entrances/bounceIn.ts","src-ui/bouncing_entrances/bounceInDown.ts","src-ui/bouncing_entrances/bounceInLeft.ts","src-ui/bouncing_entrances/bounceInRight.ts","src-ui/bouncing_entrances/bounceInUp.ts","src-ui/bouncing_exits/bounceOut.ts","src-ui/bouncing_exits/bounceOutDown.ts","src-ui/bouncing_exits/bounceOutLeft.ts","src-ui/bouncing_exits/bounceOutRight.ts","src-ui/bouncing_exits/bounceOutUp.ts","src-ui/fading_entrances/fadeIn.ts","src-ui/fading_entrances/fadeInDown.ts","src-ui/fading_entrances/fadeInDownBig.ts","src-ui/fading_entrances/fadeInLeft.ts","src-ui/fading_entrances/fadeInLeftBig.ts","src-ui/fading_entrances/fadeInRight.ts","src-ui/fading_entrances/fadeInRightBig.ts","src-ui/fading_entrances/fadeInUp.ts","src-ui/fading_entrances/fadeInUpBig.ts","src-ui/fading_exits/fadeOut.ts","src-ui/fading_exits/fadeOutDown.ts","src-ui/fading_exits/fadeOutDownBig.ts","src-ui/fading_exits/fadeOutLeft.ts","src-ui/fading_exits/fadeOutLeftBig.ts","src-ui/fading_exits/fadeOutRight.ts","src-ui/fading_exits/fadeOutRightBig.ts","src-ui/fading_exits/fadeOutUp.ts","src-ui/fading_exits/fadeOutUpBig.ts","src-ui/flippers/flip.ts","src-ui/flippers/flipInX.ts","src-ui/flippers/flipInY.ts","src-ui/flippers/flipOutX.ts","src-ui/flippers/flipOutY.ts","src-ui/lightspeed/lightSpeedIn.ts","src-ui/lightspeed/lightSpeedOut.ts","src-ui/rotating_entrances/rotateIn.ts","src-ui/rotating_entrances/rotateInDownLeft.ts","src-ui/rotating_entrances/rotateInDownRight.ts","src-ui/rotating_entrances/rotateInUpLeft.ts","src-ui/rotating_entrances/rotateInUpRight.ts","src-ui/rotating_exits/rotateOut.ts","src-ui/rotating_exits/rotateOutDownLeft.ts","src-ui/rotating_exits/rotateOutDownRight.ts","src-ui/rotating_exits/rotateOutUpLeft.ts","src-ui/rotating_exits/rotateOutUpRight.ts","src-ui/sliding_entrances/slideInDown.ts","src-ui/sliding_entrances/slideInLeft.ts","src-ui/sliding_entrances/slideInRight.ts","src-ui/sliding_entrances/slideInUp.ts","src-ui/sliding_exits/slideOutDown.ts","src-ui/sliding_exits/slideOutLeft.ts","src-ui/sliding_exits/slideOutRight.ts","src-ui/sliding_exits/slideOutUp.ts","src-ui/specials/hinge.ts","src-ui/specials/jackInTheBox.ts","src-ui/specials/rollIn.ts","src-ui/specials/rollOut.ts","src-ui/zooming_entrances/zoomIn.ts","src-ui/zooming_entrances/zoomInDown.ts","src-ui/zooming_entrances/zoomInLeft.ts","src-ui/zooming_entrances/zoomInRight.ts","src-ui/zooming_entrances/zoomInUp.ts","src-ui/zooming_exits/zoomOut.ts","src-ui/zooming_exits/zoomOutDown.ts","src-ui/zooming_exits/zoomOutLeft.ts","src-ui/zooming_exits/zoomOutRight.ts","src-ui/zooming_exits/zoomOutUp.ts"],"sourcesContent":["/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounce\", {\n\t\"duration\": 1000,\n\t\"0,100%\": {\n\t\ttransformOrigin: \"center bottom\",\n\t},\n\t\"0%,20%,53%,80%,100%\": {\n\t\ttransform: [\"translate3d(0,0px,0)\", \"easeOutCubic\"],\n\t},\n\t\"40%,43%\": {\n\t\ttransform: [\"translate3d(0,-30px,0)\", \"easeInQuint\"],\n\t},\n\t\"70%\": {\n\t\ttransform: [\"translate3d(0,-15px,0)\", \"easeInQuint\"],\n\t},\n\t\"90%\": {\n\t\ttransform: \"translate3d(0,-4px,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"flash\", {\n\t\"duration\": 1000,\n\t\"0%,50%,100%\": {\n\t\topacity: \"1\",\n\t},\n\t\"25%,75%\": {\n\t\topacity: \"0\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"headShake\", {\n\t\"duration\": 1000,\n\t\"easing\": \"easeInOut\",\n\t\"0%\": {\n\t\ttransform: \"translateX(0) rotateY(0)\",\n\t},\n\t\"6.5%\": {\n\t\ttransform: \"translateX(-6px) rotateY(-9deg)\",\n\t},\n\t\"18.5%\": {\n\t\ttransform: \"translateX(5px) rotateY(7deg)\",\n\t},\n\t\"31.5%\": {\n\t\ttransform: \"translateX(-3px) rotateY(-5deg)\",\n\t},\n\t\"43.5%\": {\n\t\ttransform: \"translateX(2px) rotateY(3deg)\",\n\t},\n\t\"50%\": {\n\t\ttransform: \"translateX(0) rotateY(0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"jello\", {\n\t\"duration\": 1000,\n\t\"0%,100%\": {\n\t\ttransformOrigin: \"center\",\n\t},\n\t\"0%,11.1%,100%\": {\n\t\ttransform: \"skewX(0) skewY(0)\",\n\t},\n\t\"22.2%\": {\n\t\ttransform: \"skewX(-12.5deg) skewY(-12.5deg)\",\n\t},\n\t\"33.3%\": {\n\t\ttransform: \"skewX(6.25deg) skewY(6.25deg)\",\n\t},\n\t\"44.4%\": {\n\t\ttransform: \"skewX(-3.125deg) skewY(-3.125deg)\",\n\t},\n\t\"55.5%\": {\n\t\ttransform: \"skewX(1.5625deg) skewY(1.5625deg)\",\n\t},\n\t\"66.6%\": {\n\t\ttransform: \"skewX(-0.78125deg) skewY(-0.78125deg)\",\n\t},\n\t\"77.7%\": {\n\t\ttransform: \"skewX(0.390625deg) skewY(0.390625deg)\",\n\t},\n\t\"88.8%\": {\n\t\ttransform: \"skewX(-0.1953125deg) skewY(-0.1953125deg)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"pulse\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"scale3d(1,1,1)\",\n\t},\n\t\"50%\": {\n\t\ttransform: \"scale3d(1.05,1.05,1.05)\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"scale3d(1,1,1)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rubberBand\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"scale3d(1,1,1)\",\n\t},\n\t\"30%\": {\n\t\ttransform: \"scale3d(1.25,0.75,1)\",\n\t},\n\t\"40%\": {\n\t\ttransform: \"scale3d(0.75,1.25,1)\",\n\t},\n\t\"50%\": {\n\t\ttransform: \"scale3d(1.15,0.85,1)\",\n\t},\n\t\"65%\": {\n\t\ttransform: \"scale3d(0.95,1.05,1)\",\n\t},\n\t\"75%\": {\n\t\ttransform: \"scale3d(1.05,0.95,1)\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"scale3d(1,1,1)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"shake\", {\n\t\"duration\": 1000,\n\t\"0%,100%\": {\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"10%,30%,50%,70%,90%\": {\n\t\ttransform: \"translate3d(-10px,0,0)\",\n\t},\n\t\"20%,40%,60%,80%\": {\n\t\ttransform: \"translate3d(10px,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"swing\", {\n\t\"duration\": 1000,\n\t\"0%,100%\": {\n\t\ttransform: \"rotate3d(0,0,1,0deg)\",\n\t\ttransformOrigin: \"center\",\n\t},\n\t\"20%\": {\n\t\ttransform: \"rotate3d(0,0,1,15deg)\",\n\t},\n\t\"40%\": {\n\t\ttransform: \"rotate3d(0,0,1,-10deg)\",\n\t},\n\t\"60%\": {\n\t\ttransform: \"rotate3d(0,0,1,5deg)\",\n\t},\n\t\"80%\": {\n\t\ttransform: \"rotate3d(0,0,1,-5deg)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"tada\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"scale3d(1,1,1) rotate3d(0,0,0,0)\",\n\t},\n\t\"10%,20%\": {\n\t\ttransform: \"scale3d(0.9,0.9,0.9) rotate3d(0,0,1,-3deg)\",\n\t},\n\t\"30%,50%,70%,90%\": {\n\t\ttransform: \"scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)\",\n\t},\n\t\"40%,60%,80%\": {\n\t\ttransform: \"scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"scale3d(1, 1, 1) rotate3d(0,0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"wobble\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"translate3d(0,0,0) rotate3d(0,0,0,0)\",\n\t},\n\t\"15%\": {\n\t\ttransform: \"translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)\",\n\t},\n\t\"30%\": {\n\t\ttransform: \"translate3d(20%,0,0) rotate3d(0,0,1,3deg)\",\n\t},\n\t\"45%\": {\n\t\ttransform: \"translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)\",\n\t},\n\t\"60%\": {\n\t\ttransform: \"translate3d(10%,0,0) rotate3d(0,0,1,2deg)\",\n\t},\n\t\"75%\": {\n\t\ttransform: \"translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"translate3d(0,0,0) rotate3d(0,0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceIn\", {\n\t\"duration\": 750,\n\t\"easing\": \"easeOutCubic\",\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale3d(0.3,0.3,0.3)\",\n\t},\n\t\"20%\": {\n\t\ttransform: \"scale3d(1.1,1.1,1.1)\",\n\t},\n\t\"40%\": {\n\t\ttransform: \"scale3d(0.9,0.9,0.9)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"scale3d(1.03,1.03,1.03)\",\n\t},\n\t\"80%\": {\n\t\ttransform: \"scale3d(0.97,0.97,0.97)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"scale3d(1,1,1)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceInDown\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,-3000px,0)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"translate3d(0,25px,0)\", \"easeOutCubic\"],\n\t},\n\t\"75%\": {\n\t\ttransform: [\"translate3d(0,-10px,0)\", \"easeOutCubic\"],\n\t},\n\t\"90%\": {\n\t\ttransform: [\"translate3d(0,5px,0)\", \"easeOutCubic\"],\n\t},\n\t\"100%\": {\n\t\ttransform: [\"translate3d(0,0,0)\", \"easeOutCubic\"],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceInLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(-3000px,0,0)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"translate3d(25px,0,0)\", \"easeOutCubic\"],\n\t},\n\t\"75%\": {\n\t\ttransform: [\"translate3d(-10px,0,0)\", \"easeOutCubic\"],\n\t},\n\t\"90%\": {\n\t\ttransform: [\"translate3d(5px,0,0)\", \"easeOutCubic\"],\n\t},\n\t\"100%\": {\n\t\ttransform: [\"translate3d(0,0,0)\", \"easeOutCubic\"],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceInRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(3000px,0,0)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"translate3d(-25px,0,0)\", \"easeOutCubic\"],\n\t},\n\t\"75%\": {\n\t\ttransform: [\"translate3d(10px,0,0)\", \"easeOutCubic\"],\n\t},\n\t\"90%\": {\n\t\ttransform: [\"translate3d(-5px,0,0)\", \"easeOutCubic\"],\n\t},\n\t\"100%\": {\n\t\ttransform: [\"translate3d(0,0,0)\", \"easeOutCubic\"],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceInUp\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,3000px,0)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"translate3d(0,-25px,0)\", \"easeOutCubic\"],\n\t},\n\t\"75%\": {\n\t\ttransform: [\"translate3d(0,10px,0)\", \"easeOutCubic\"],\n\t},\n\t\"90%\": {\n\t\ttransform: [\"translate3d(0,-5px,0)\", \"easeOutCubic\"],\n\t},\n\t\"100%\": {\n\t\ttransform: [\"translate3d(0,0,0)\", \"easeOutCubic\"],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceOut\", {\n\t\"duration\": 750,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"scale3d(1,1,1)\",\n\t},\n\t\"20%\": {\n\t\ttransform: \"scale3d(0.9,0.9,0.9)\",\n\t},\n\t\"50%,55%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"scale3d(1.1,1.1,1.1)\",\n\t},\n\t\"to\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale3d(0.3,0.3,0.3)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceOutDown\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"20%\": {\n\t\ttransform: \"translate3d(0,10px,0)\",\n\t},\n\t\"40%,45%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,-20px,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,2000px,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceOutLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"20%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(20px,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(-2000px,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceOutRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"20%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(-20px,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(2000px,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"bounceOutUp\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"20%\": {\n\t\ttransform: \"translate3d(0,-10px,0)\",\n\t},\n\t\"40%,45%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,20px,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,-2000px,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeIn\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeInDown\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,-100%,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeInDownBig\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,-2000px,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeInLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(-100%,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeInLeftBig\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(-2000px,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeInRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(100%,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeInRightBig\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(2000px,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeInUp\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,100%,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeInUpBig\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,2000px,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeOut\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeOutDown\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,100%,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeOutDownBig\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,2000px,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeOutLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(-100%,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeOutLeftBig\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(-2000px,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeOutRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(100%,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeOutRightBig\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(2000px,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeOutUp\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,-100%,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"fadeOutUpBig\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(0,-2000px,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"flip\", {\n\t\"duration\": 1000,\n\t\"0%,100%\": {\n\t\tbackfaceVisibility: \"visible\",\n\t},\n\t\"0%\": {\n\t\ttransform: [\"perspective(400px) translate3d(0,0,0) rotate3d(0,1,0,-360deg) scale3d(1,1,1)\", \"easeOut\"],\n\t},\n\t\"40%\": {\n\t\ttransform: [\"perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg) scale3d(1,1,1)\", \"easeOut\"],\n\t},\n\t\"50%\": {\n\t\ttransform: [\"perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg) scale3d(1,1,1)\", \"easeIn\"],\n\t},\n\t\"80%\": {\n\t\ttransform: [\"perspective(400px) translate3d(0,0,0) rotate3d(0,1,0,0) scale3d(0.95,0.95,0.95)\", \"easeIn\"],\n\t},\n\t\"100%\": {\n\t\ttransform: [\"perspective(400px) translate3d(0,0,0) rotate3d(0,0,0,0) scale3d(1,1,1)\", \"ease-in\"],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"flipInX\", {\n\t\"duration\": 1000,\n\t\"0%,100%\": {\n\t\tbackfaceVisibility: \"visible\",\n\t},\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"perspective(400px) rotate3d(1,0,0,90deg)\",\n\t},\n\t\"40%\": {\n\t\ttransform: [\"perspective(400px) rotate3d(1,0,0,-20deg)\", \"easeIn\"],\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"perspective(400px) rotate3d(1,0,0,10deg)\",\n\t},\n\t\"80%\": {\n\t\ttransform: \"perspective(400px) rotate3d(1,0,0,-5deg)\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"perspective(400px) rotate3d(1,0,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"flipInY\", {\n\t\"duration\": 1000,\n\t\"0%,100%\": {\n\t\tbackfaceVisibility: \"visible\",\n\t},\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"perspective(400px) rotate3d(0,1,0,90deg)\",\n\t},\n\t\"40%\": {\n\t\ttransform: [\"perspective(400px) rotate3d(0,1,0,-20deg)\", \"easeIn\"],\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"perspective(400px) rotate3d(0,1,0,10deg)\",\n\t},\n\t\"80%\": {\n\t\ttransform: \"perspective(400px) rotate3d(0,1,0,-5deg)\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"perspective(400px) rotate3d(0,1,0,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"flipOutX\", {\n\t\"duration\": 750,\n\t\"0%,100%\": {\n\t\tbackfaceVisibility: \"visible\",\n\t},\n\t\"0%\": {\n\t\ttransform: \"perspective(400px) rotate3d(1,0,0,0)\",\n\t},\n\t\"30%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"perspective(400px) rotate3d(1,0,0,-20deg)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"perspective(400px) rotate3d(1,0,0,90deg)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"flipOutY\", {\n\t\"duration\": 750,\n\t\"0%,100%\": {\n\t\tbackfaceVisibility: \"visible\",\n\t},\n\t\"0%\": {\n\t\ttransform: \"perspective(400px) rotate3d(0,1,0,0)\",\n\t},\n\t\"30%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"perspective(400px) rotate3d(0,1,0,-20deg)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"perspective(400px) rotate3d(0,1,0,90deg)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"lightSpeedIn\", {\n\t\"duration\": 1000,\n\t\"easing\": \"easeOut\",\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(100%,0,0) skewX(-30deg)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(40%,0,0) skewX(20deg)\",\n\t},\n\t\"80%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(20%,0,0) skewX(-5deg)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0) skew(0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"lightSpeedOut\", {\n\t\"duration\": 1000,\n\t\"easing\": \"easeIn\",\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0) skewX(0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(100%,0,0) skewX(30deg)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateIn\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,-200deg)\",\n\t\ttransformOrigin: \"center\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"center\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateInDownLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,-45deg)\",\n\t\ttransformOrigin: \"left bottom\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"left bottom\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateInDownRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,45deg)\",\n\t\ttransformOrigin: \"right bottom\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"right bottom\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateInUpLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,45deg)\",\n\t\ttransformOrigin: \"left bottom\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"left bottom\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateInUpRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,-90deg)\",\n\t\ttransformOrigin: \"right bottom\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"right bottom\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateOut\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"center\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,200deg)\",\n\t\ttransformOrigin: \"center\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateOutDownLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"left bottom\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,45deg)\",\n\t\ttransformOrigin: \"left bottom\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateOutDownRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"right bottom\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,-45deg)\",\n\t\ttransformOrigin: \"right bottom\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateOutUpLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"left bottom\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,-45deg)\",\n\t\ttransformOrigin: \"left bottom\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rotateOutUpRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\ttransformOrigin: \"right bottom\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"rotate3d(0,0,1,90deg)\",\n\t\ttransformOrigin: \"right bottom\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"slideInDown\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"translate3d(0,-100%,0)\",\n\t\tvisibility: \"hidden\",\n\t\topacity: \"0\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\tvisibility: \"visible\",\n\t\topacity: \"1\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"slideInLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"translate3d(-100%,0,0)\",\n\t\tvisibility: \"hidden\",\n\t\topacity: \"0\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\tvisibility: \"visible\",\n\t\topacity: \"1\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"slideInRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"translate3d(100%,0,0)\",\n\t\tvisibility: \"hidden\",\n\t\topacity: \"0\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\tvisibility: \"visible\",\n\t\topacity: \"1\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"slideInUp\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"translate3d(0,100%,0)\",\n\t\tvisibility: \"hidden\",\n\t\topacity: \"0\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\tvisibility: \"visible\",\n\t\topacity: \"1\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"slideOutDown\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\tvisibility: \"visible\",\n\t\topacity: \"1\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"translate3d(0,-100%,0)\",\n\t\tvisibility: \"hidden\",\n\t\topacity: \"0\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"slideOutLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\tvisibility: \"visible\",\n\t\topacity: \"1\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"translate3d(-100%,0,0)\",\n\t\tvisibility: \"hidden\",\n\t\topacity: \"0\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"slideOutRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\tvisibility: \"visible\",\n\t\topacity: \"1\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"translate3d(100%,0,0)\",\n\t\tvisibility: \"hidden\",\n\t\topacity: \"0\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"slideOutUp\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"translate3d(0,0,0)\",\n\t\tvisibility: \"visible\",\n\t\topacity: \"1\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"translate3d(0,100%,0)\",\n\t\tvisibility: \"hidden\",\n\t\topacity: \"0\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"hinge\", {\n\t\"duration\": 2000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0) rotate3d(0,0,1,0)\",\n\t\ttransformOrigin: \"top left\",\n\t},\n\t\"20%,60%\": {\n\t\ttransform: [\"translate3d(0,0,0) rotate3d(0,0,1,80deg)\", \"easeInOut\"],\n\t},\n\t\"40%,80%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"translate3d(0,0,0) rotate3d(0,0,1,60deg)\", \"easeInOut\"],\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: [\"translate3d(0,700px,0) rotate3d(0,0,1,80deg)\", \"easeInOut\"],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"jackInTheBox\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale(0.1) rotate(30deg)\",\n\t\ttransformOrigin: \"center bottom\",\n\t},\n\t\"50%\": {\n\t\ttransform: \"scale(0.5) rotate(-10deg)\",\n\t},\n\t\"70%\": {\n\t\ttransform: \"scale(0.7) rotate(3deg)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"scale(1) rotate(0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rollIn\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0) rotate3d(0,0,1,0)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"rollOut\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"translate3d(0,0,0) rotate3d(0,0,1,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"translate3d(100%,0,0) rotate3d(0,0,1,120deg)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomIn\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale3d(0.3,0.3,0.3)\",\n\t},\n\t\"50%\": {\n\t\topacity: \"1\",\n\t},\n\t\"100%\": {\n\t\ttransform: \"scale3d(1,1,1)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomInDown\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"scale3d(0.475,0.475,0.475) translate3d(0,60px,0)\", \"easeInCubic\"],\n\t},\n\t\"100%\": {\n\t\ttransform: [\"scale3d(1,1,1) translate3d(0,0,0)\", [0.175, 0.885, 0.32, 1]],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomInLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale3d(0.1,0.1,0.1) translate3d(-1000px,0,0)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"scale3d(0.475,0.475,0.475) translate3d(10px,0,0)\", \"easeInCubic\"],\n\t},\n\t\"100%\": {\n\t\ttransform: [\"scale3d(1,1,1) translate3d(0,0,0)\", [0.175, 0.885, 0.32, 1]],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomInRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale3d(0.1,0.1,0.1) translate3d(1000px,0,0)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"scale3d(0.475,0.475,0.475) translate3d(-10px,0,0)\", \"easeInCubic\"],\n\t},\n\t\"100%\": {\n\t\ttransform: [\"scale3d(1,1,1) translate3d(0,0,0)\", [0.175, 0.885, 0.32, 1]],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomInUp\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale3d(0.1,0.1,0.1) translate3d(0,1000px,0)\",\n\t},\n\t\"60%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"scale3d(0.475,0.475,0.475) translate3d(0,-60px,0)\", \"easeInCubic\"],\n\t},\n\t\"100%\": {\n\t\ttransform: [\"scale3d(1,1,1) translate3d(0,0,0)\", [0.175, 0.885, 0.32, 1]],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomOut\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"scale3d(1,1,1)\",\n\t},\n\t\"50%\": {\n\t\topacity: \"1\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale3d(0.3,0.3,0.3)\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomOutDown\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"scale3d(1,1,1) translate3d(0,0,0)\",\n\t},\n\t\"40%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"scale3d(0.475,0.475,0.475) translate3d(0,60px,0)\", [0.55, 0.055, 0.675, 0.19]],\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: [\"scale3d(0.1,0.1,0.1) translate3d(0,-1000px,0)\", [0.175, 0.885, 0.32, 1]],\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomOutLeft\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"scale(1) translate3d(0,0,0)\",\n\t\ttransformOrigin: \"left center\",\n\t},\n\t\"40%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"scale(0.475) translate3d(42px,0,0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale(0.1) translate3d(-2000px,0,0)\",\n\t\ttransformOrigin: \"left center\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomOutRight\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"scale(1) translate3d(0,0,0)\",\n\t\ttransformOrigin: \"right center\",\n\t},\n\t\"40%\": {\n\t\topacity: \"1\",\n\t\ttransform: \"scale(0.475) translate3d(-42px, 0, 0)\",\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: \"scale(0.1) translate3d(2000px, 0, 0)\",\n\t\ttransformOrigin: \"right center\",\n\t},\n});\n","/*\n * velocity-animate (C) 2014-2018 Julian Shapiro.\n *\n * Licensed under the MIT license. See LICENSE file in the project root for details.\n *\n * Based on animate.css: https://github.com/daneden/animate.css\n */\n\nimport Velocity from \"velocity-animate\";\n\nVelocity(\"registerSequence\", \"zoomOutUp\", {\n\t\"duration\": 1000,\n\t\"0%\": {\n\t\ttransform: \"scale3d(1,1,1) translate3d(0,0,0)\",\n\t},\n\t\"40%\": {\n\t\topacity: \"1\",\n\t\ttransform: [\"scale3d(0.475,0.475,0.475) translate3d(0,-60px,0)\", [0.55, 0.055, 0.675, 0.19]],\n\t},\n\t\"100%\": {\n\t\topacity: \"0\",\n\t\ttransform: [\"scale3d(0.1,0.1,0.1) translate3d(0,1000px,0)\", [0.175, 0.885, 0.32, 1]],\n\t},\n});\n"],"names":["Velocity","transformOrigin","transform","opacity","backfaceVisibility","visibility"],"mappings":"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"}