Из-за периодической блокировки нашего сайта РКН сервисами, просим воспользоваться резервным адресом:
Загрузить через dTub.ru Загрузить через ClipSaver.ruУ нас вы можете посмотреть бесплатно Divi theme tutorial 3 Fun CSS Animations или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Роботам не доступно скачивание файлов. Если вы считаете что это ошибочное сообщение - попробуйте зайти на сайт через браузер google chrome или mozilla firefox. Если сообщение не исчезает - напишите о проблеме в обратную связь. Спасибо.
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
How to add 3 fun and easy CSS animations to the Divi Theme. In this video we will be showing how to create these features using a bit of custom CSS ( Below ). Today we will be demonstrating how to create this feature with the Additional CSS Panel and Various Divi Modules. These animations can easily be applied to any Module, Row or Section So follow along with this video to see how to create this with your Divi site. In this video we will cover: Adding A CSS Class Name. Adding A Spin In Animation. Adding A Flip In Animation. Adding A Diagonal In Animation. Adjusting The Code. Publishing The Code. We are going to be using the Divi theme to create some great effects in this series of videos. The Divi theme has some great modules and effects. With a little work you can achieve some great eye-catching effects to enhance the look and user experience of your website. Get ready to take your website to the next level with these amazing CSS animations! Our tutorial will show you how to create three awesome effects that will make your site stand out from the crowd. The "spin-in" animation will amaze your visitors as they watch your content magically appear on the screen. The "flip-in" effect is perfect for showcasing images or logos in a dynamic and eye-catching way. And with the "diagonal-in" animation, your text will come to life as it smoothly transitions onto the page. These stunning effects are easy to implement with our step-by-step tutorial using the Divi theme. Get ready to impress your audience and take your website to the next level! Try out the Divi theme: https://bit.ly/TryDiviNow Divi Supreme Modules Pro Plugin 10% Off: https://bit.ly/DiviSupremeCoupon Divi Supreme Modules Light Plugin: https://divisupreme.com/divi-plugins/... 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 👍👍👍 Divi 4 Theme Create An Ecommerce Store In One Hour: • Divi 4 Theme Create An Ecommerce Store In ... My Blog : https://web-design-and-tech-tips.com Check out our playlist page for more videos on this: / system22net Sub: / @system22 Don't forget to drop any questions below, I will do my best to make a video demo for you! CSS CODE USED TODAY ( Copy and paste into your Additional CSS Panel ) .spin-in { transform: rotate(-720deg); animation: spinIn 2s forwards; } @keyframes spinIn { 0% { transform: rotate(-720deg); } 100% { transform: rotate(0); } } .flip-in { transform: rotateX(-360deg); animation: flipIn 3s forwards; } @keyframes flipIn { 0% { transform: rotateX(-360deg); } 100% { transform: rotateX(0); } } .diagonal-in { opacity: 0; transform: translateX(-100%) translateY(-100%); animation: diagonalIn 1s forwards; } @keyframes diagonalIn { 0% { opacity: 0; transform: translateX(-100%) translateY(-100%); } 100% { opacity: 1; transform: translateX(0) translateY(0); } } CHAPTERS 00:00 Introduction 02:26 Divi Default Animations. 03:12 Adding A CSS Class Name. 03:29 Adding A Diagonal In Animation. 04:11 Adding A Flip In Animation. 05:58 Adjusting The Code. 07:36 Adding A Spin In Animation. RECOMMENDED PLAYLISTS Elementor Ecommerce Store: • Elementor Ecommerce Store Woocommerce Inst... Divi Snippets: • Divi 4 Snippets Divi Theme Overview 👍 Divi 4 Ecommerce Store: • Divi 4 Ecommerce Store Theme Setup And Ove... Bootstrap 4 Basics: • Bootstrap 4 Basics Index Page and External... Elementor: • Elementor Wordpress Builder Install And Ov... WordPress Tips: • Wordpress 2020 Theme Customize The Page Ti... Subscribe: / @system22 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. #YouTubeTips #WebDesignTips #FreeWebDesignTutorials #BuildYourOwnWebsite #Divi #Elementor