How to create Cloud animation on WordPress page banner

Share

How to create Cloud animation on WordPress page banner.

Cloud Banner Animation Effect CSS

.clouds{
position: absolute;
width: 100vw !important;
top:0;
}

Cloud Banner Animation Custom Attribute

style|--i:1

Cloud Banner Animation CSS

.clouds{
/* animation
animation: animate calc(8s * var(--i)) linear infinite;
*/}

@keyframes animate{
0%{
transform:translateX(-100%);
}
100%{
transform:translateX(100%);
}
}

 

2 Comments

bahram March 3, 2024 - 3:10 pm

hi. why can not see cloud image link in my email you send me

Silent Angel March 11, 2024 - 11:34 am

I am sorry for the inconvenience Please check again. Now it is working fine and you will receive the link in the email.

Post Comment