Type to search

How to create Cloud animation on WordPress page banner

Wordpress Tutorials

How to create Cloud animation on WordPress page banner

Share
How-creat-cloud-animation-on-page-banner

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%);
}
}

 

Tags:

2 Comments

  1. bahram March 3, 2024

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

    Reply
    1. Silent Angel March 11, 2024

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

      Reply

Leave a Comment

Your email address will not be published. Required fields are marked *