Get Ready Elementor Templates

Elementor Reflection Effect | Rotation Hover Effect | Elementor Pro Tutorial

Subscribe To My YouTube Channel For More Upcoming Videos

Reflection Effect CSS

/*Reflection Effect*/
selector{
    -webkit-box-reflect: below 1px linear-gradient(transparent, transparent, rgba(0,0,0,.5));
}

Rotation Effect CSS

/*Rotation Effect*/
selector{
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: perspective(800px) rotateY(20deg);
            transform: perspective(800px) rotateY(20deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
selector:hover{
    -webkit-transform: perspective(800px) rotateY(0deg);
            transform: perspective(800px) rotateY(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
Wanna join my secret winners’ gang?

I only share these secrets with the people in this group. Honestly, you can not find such tricks for FREE on the whole internet!

  • Money Making Blog Tricks
  • $100k by Freelancing Formula
  • Secret Resources
  • Rich Dad business tactics
  • And, of course about my upcoming videos and plans