Divi 5 Floating Images Trick! Create Stunning Animated Image Effects

Опубликовано: 28 Июль 2026
на канале: System 22 Web Design | Divi Theme Elementor WP
1,149
40

Create beautiful floating animated images in Divi 5 using simple CSS and built-in design settings. In this tutorial, we show you how to make images gently float up and down, adding smooth ambient motion to your layouts. You’ll also learn how to pause the animation on hover for an interactive effect.

This Divi 5 floating image tutorial is perfect for hero sections, product layouts, galleries, call-to-action blocks, and modern landing pages. Using a few lines of easy CSS, you can create stunning visual movement without heavy scripts or plugins.

We’ll walk through every step — adding images, applying the animation, adjusting speed, creating hover interactions, and optimizing responsiveness for mobile. Perfect for beginners and pros alike.


THEMES AND PLUGINS USED IN THESE VIDEOS:

WooCommerce Site Build Playlist:    • Divi eCommerce Store  

Try out the Divi theme: https://bit.ly/TryDiviNow

Divi Supreme Modules Pro Plugin 10% Off: https://divisupreme.com/system22/?ref=6

Divi Supreme Modules Light Plugin: https://bit.ly/SupremeFreeVersion

AI Images generated by Nightcafe:https://creator.nightcafe.studio?fpr=...

Use promo code SYSTEM22NC for 15% discount


MY YOUTUBE PLAYLISTS:

Divi For Beginners Playlist:    • Divi For Beginners  

Divi Supreme Modules Playlist:    / watch  

v=ZAO2MH0dQtk&list=PLqabIl8dx2wo8rcs-fkk5tnBDyHthjiLw

Playlist page for more videos on this:    / system22net  

Full Ecommerce Site Build Playlist:    / watch  

v=rNhjGUsnC3E&list=PLqabIl8dx2wq6ySkW_gPjiPrufojD4la9

Contact Form With File Upload Video:    • Divi Theme Contact Form With File Upload 👍👍👍  

Check out our playlist page for more videos on this:    / system22net  

Don't forget to drop any questions below, I will do my best to answer or make a video demo for you!

Sub:    / @system22  

MY BLOG

https://web-design-and-tech-tips.com

CODE USED TODAY

selector {
animation: float 3s ease-in-out infinite;
}

@keyframes float {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-10px); /* how high it floats */
}
100% {
transform: translateY(0);
}
}

selector:hover {animation:none;}

Disclaimer: Some of these links are affiliate links where I'll earn a small commission if you make a purchase at no additional cost to you.

#Divi5 #DiviTutorial #ImageAnimation #FloatingImages #CSS #WebDesign #WordPressDesign #DiviTips #ElegantThemes #AnimationEffects