Pulsating background color CSS Animation

@keyframes pulsating 0% background: #000 50% background: #FFF 100% background: #000 @mixin bganimation animation-name: pulsating animation-duration: 3s -ms-animation-duration: 3s -moz-animation-duration: 3s -webkit-animation-duration: 3s animation-iteration-count: infinite
You use this mixin when you want a pulsating background color.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.