Code Pad
Code
List Code
Search Code
Images
List Images
Search Images
Login
Privacy
Home
animate background gradient css
jquery ui datepicker
js
styling css elements based on their attributes
css
animate background gradient css
css
linear gradient background with 3 colours
css
web storage testing
js
load a script based on a page condition variable
jquery
loop through elements and change the content using each and substr with jquery
jquery
mega menu testing
css
basic foundation grid layout
html
animate background gradient css
4:44 am, May 13, 2019
smooth transitioning background gradient with css keyframes
Code
html
css
js
scripts
html
css
.animate-cell { height:400px; width:100%; } .animate-background { color: #fff; background: linear-gradient(-90deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); background-size: 400% 400%; -webkit-animation: Gradient 15s ease infinite; -moz-animation: Gradient 15s ease infinite; animation: Gradient 15s ease infinite; } @-webkit-keyframes Gradient { 0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% } } @-moz-keyframes Gradient { 0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% } } @keyframes Gradient { 0% { background-position: 0% 50% } 50% { background-position: 100% 50% } 100% { background-position: 0% 50% } }
js
scripts
Download & Run
Download File
Run Demo
Re-load Preview
Preview
y6Ilj