Divi Theme Infinite Color Changing Section Background 👍

preview_player
Показать описание
Divi Theme Infinite Color Changing Section Background. The Divi theme from elegant themes is absolutely awesome.

CSS code used today:

.an-bk {
animation-name:abk;
animation-duration:15s;
animation-iteration-count: infinite;
transition-timing-function: ease-in-out;
}
@keyframes abk {
0%{
background:blue;
}
40% {
background:red;
}
75% {
background:green;
}
100% {
background:blue;
}
}

Follow what I'm doing on:

Recommended Playlists:

Recommended Videos:

#YouTubeTips #WebDesignTips #FreeWebDesignTutorials #BuildYourOwnWebsite
Рекомендации по теме
Комментарии
Автор

Thanks again! I used this technic for a while, then deleted it. I was able to come back to this video for this technic to add it on my homepage. So glad I found it!

ladydayification
Автор

Amazing. This is what I've been looking for

femiolawole
Автор

How would you change the section background to fixed colour?

michaelcarvalho