(This page includes affiliate links. If you click and purchase, I receive a small commission at no extra cost from you and that way you can support me. I only recommend tools that I have personally used and loved.)
Requirements –
1 – Elementor Pro
Image Reveal with Clip Path CSS and Gsap
- Make sure you add this gsap script once at the start of your code. It only needs to be added once even if you have multiple codes that run gsap. Also, make sure that your website is not using Gsap by default as it maybe added by your plugins or theme. Incase of Gsap is already added by a plugin/theme then no need to reference the Gsap script code below.
- You can also add Gsap script to run on your whole website instead of the specific page. This is only good if you have major pages using Gsap animation.
- We also add “transition:none !important;” to any element we are using Gsap with because by default Elementor adds “transition:all” to all elements and using transition in CSS will mess the Gsap code as we can control transition via Gsap.
1. Horizontal Reveal from Bottom
2. Horizontal Reveal from Top
3. Vertical Reveal from Left
4. Vertical Reveal from Right
5. Hexagon Reveal
6. Parallelogram Reveal
7. Parallelogram Reveal Reverse
8. Star Reveal
9. Octagon Reveal
10. Circle Reveal
11. Left Bottom Reveal
12. Right Bottom Reveal
13. Left Top Reveal
14. Right Top Reveal