Rev 1 | Blame | Compare with Previous | Last modification | View Log | Download
@import mixins// Overlay/content animations=keyframes-vex-fadein@keyframes vex-fadein0%opacity: 0100%opacity: 1=keyframes-vex-fadeout@keyframes vex-fadeout0%opacity: 1100%opacity: 0// Content animations=keyframes-vex-flyin@keyframes vex-flyin0%opacity: 0transform: translateY(-40px)100%opacity: 1transform: translateY(0)=keyframes-vex-flyout@keyframes vex-flyout0%opacity: 1transform: translateY(0)100%opacity: 0transform: translateY(-40px)=keyframes-vex-dropin@keyframes vex-dropin// We start at 0 first and, while hidden// move to -800px, where the animation// really begins. This was necessary because// otherwise, when starting the animation// at -800px, the browser scrolls up 800px// to try to display this object positioned// above the page.// https://github.com/HubSpot/vex/issues/210%transform: translateY(0)opacity: 01%transform: translateY(-800px)opacity: 0// Real animation begins here2%transform: translateY(-800px)opacity: 1100%transform: translateY(0)opacity: 1=keyframes-vex-dropout@keyframes vex-dropout0%transform: translateY(0)100%transform: translateY(-800px)=keyframes-vex-slideup@keyframes vex-slideup// We start at 0 first and, while hidden// move to -800px, where the animation// really begins. This was necessary because// otherwise, when starting the animation// at -800px, the browser scrolls up 800px// to try to display this object positioned// above the page.// https://github.com/HubSpot/vex/issues/210%transform: translateY(0)opacity: 01%transform: translateY(800px)opacity: 0// Real animation begins here2%transform: translateY(800px)opacity: 1100%transform: translateY(0)opacity: 1=keyframes-vex-slidedown@keyframes vex-slidedown0%transform: translateY(0)100%transform: translateY(800px)=keyframes-vex-flipin-horizontal@keyframes vex-flipin-horizontal0%opacity: 0transform: rotateY(-90deg)100%opacity: 1transform: rotateY(0deg)=keyframes-vex-flipout-horizontal@keyframes vex-flipout-horizontal0%opacity: 1transform: rotateY(0deg)100%opacity: 0transform: rotateY(90deg)// Spinner animations=keyframes-vex-rotation@keyframes vex-rotation0%transform: rotate(0deg)100%transform: rotate(359deg)// Button animations=keyframes-vex-pulse@keyframes vex-pulse0%box-shadow: inset 0 0 0 300px transparent70%box-shadow: inset 0 0 0 300px rgba(255, 255, 255, .25)100%box-shadow: inset 0 0 0 300px transparent