Create this Reveal Entrance Animation with Image or Text in Elementor

 

 

Code snippet for Elementor Reveal Entrance Animation:

selector{
    --speed: 1s;
    animation: none !important;
}
selector > *{
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all var(--speed) ease-in-out;
}
selector.animated > *{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}

 

Leave a Comment

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