@include keyframes(pulse-border) { 0% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1; } 100% { transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3); opacity: 0; } } @include keyframes(h-p-a){ 0%{ bottom: 30px; } 50%{ bottom: 60px; } 100%{ margin-top: 30px; } }