@keyframes bounce{0%,10%,26.5%,40%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}20%,21.5%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-10px,0)}35%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-10px,0)}42.5%{transform:translate3d(0,-2px,0)}}@keyframes wobble{0%{transform:translateZ(0)}7.5%{transform:translate3d(-3%,0,0) rotate3d(0,0,1,-5deg)}15%{transform:translate3d(3%,0,0) rotate3d(0,0,1,3deg)}22.5%{transform:translate3d(-3%,0,0) rotate3d(0,0,1,-3deg)}30%{transform:translate3d(2%,0,0) rotate3d(0,0,1,2deg)}37.5%{transform:translate3d(-1%,0,0) rotate3d(0,0,1,-1deg)}50%{transform:translateZ(0)}}@keyframes pulse{0%{transform:scaleZ(1)}25%{transform:scale3d(1.05,1.05,1.05)}50%{transform:scaleZ(1)}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes slide{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes zoom{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes flip{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}@keyframes fold{0%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@keyframes roll{0%{transform:translate(-100%) rotate(0);z-index:1}to{transform:translate(0) rotate(360deg);z-index:1}}@keyframes spin{0%{transform:rotate(0);z-index:1}to{transform:rotate(360deg);z-index:1}}@keyframes grow{0%{transform:scale(0);z-index:1}50%{transform:scale(1.5)}to{transform:scale(1);z-index:1}}@keyframes shrink{0%{transform:scale(1.5);z-index:1}to{transform:scale(1);z-index:1}}.bounce{animation-name:bounce;transform-origin:center bottom;animation-fill-mode:both;animation-duration:4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.wobble{animation-name:wobble;animation-fill-mode:both;animation-duration:4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.pulse{animation-name:pulse;animation-fill-mode:both;animation-duration:4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.flash{animation-name:flash;animation-fill-mode:both;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.fade{animation-name:fade;animation-duration:2s;animation-fill-mode:both;animation-timing-function:ease-in-out}.slide{animation-name:slide;animation-duration:2s;animation-fill-mode:both;animation-timing-function:ease-in-out}.zoom{animation-name:zoom;animation-duration:2s;animation-fill-mode:both;animation-timing-function:ease-in-out}.flip{animation-name:flip;animation-duration:2s;animation-fill-mode:both;animation-timing-function:ease-in-out}.fold{animation-name:fold;animation-duration:2s;animation-fill-mode:both;animation-timing-function:ease-in-out}.roll{animation-name:roll;animation-duration:2s;animation-fill-mode:both;animation-timing-function:ease-in-out}.spin{animation-name:spin;animation-duration:2s;animation-fill-mode:both;animation-timing-function:ease-in-out}.grow{animation-name:grow;animation-duration:2s;animation-fill-mode:both;animation-timing-function:ease-in-out}.shrink{animation-name:shrink;animation-duration:2s;animation-fill-mode:both;animation-timing-function:ease-in-out}
