How to Create a footer with wave animation effects on Blogger



How to make a footer with wave animation effects on Blogger

I redesigned this footer wave animation  with the slow moving animation to make it look elegant. By installing a footer design like this on a blog, you can have a cool and attractive appearance. Without much ado let's move on to the installation stages.

How to make a footer with wave animation effects on Blogger

Apny Blog footer section ko kesy Stylish Banaye? 

☢️  Procedures:
1. Login first to Blogger .
2. In the Blogger Dashboard select the Theme menu and Edit HTML .
3. After that copy the CSS code below above ]]> </ b: skin> or </style> .
/* Start- Footer Wave Animations by Top Blog Pk • Mubassir Ali */ #footer-navmenu .wave-animation{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg);bottom:initial;top:0;height:5em}#footer-navmenu{padding-top:50px;background:linear-gradient(to right, #654ea3, #eaafc8);position:relative}#footer-navmenu-container{max-width:1000px;margin:0 auto;text-align:center}#footer-navmenu ul{list-style:none;margin:0}#footer-navmenu ul li{display:inline-block;margin:6px 0}#footer-navmenu ul li:last-child::after{content:""}#footer-container {background:linear-gradient(to right, #654ea3, #eaafc8);}
/* Wave Animation By Top Blog Pk*/ .wave-animation{display:block;width:100%;height:8em;max-height:100vh;margin:0;position:absolute;bottom:-10px}.wave-bg > use{-webkit-animation:move-forever 20s linear infinite;animation:move-forever 20s linear infinite}.wave-bg > use:nth-child(1){animation-delay:-2s;fill:rgba(232, 174, 199, 0.58);}.wave-bg > use:nth-child(2){animation-delay:-2s;animation-duration:10s;fill:rgba(232, 174, 199, 0.85);}.wave-bg > use:nth-child(3){animation-delay:-4s;animation-duration:8s}@-webkit-keyframes move-forever{0%{transform:translate(-90px,0%)}100%{transform:translate(85px,0%)}}@keyframes move-forever{0%{transform:translate(-90px,0%)}100%{transform:translate(85px,0%)}}.wave-animation{height:3em}.wave-animation{height:4em}
/* End - Footer wave animation by Top Blog Pk • Mubassir Ali */

4. Still in Edit HTML , continue to copy the HTML code below  <! - footer nav menu -> .

/* Start - Footer Wave Animations by Top Blog Pk • Mubassir Ali */
<div id='footer-navmenu'> <svg class='wave-animation' preserveAspectRatio='none' viewBox='0 24 150 28' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'> <defs> <path d='M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z' id='gentle-wave'/> </defs> <g class='wave-bg'> <use fill='rgba(242,193,78,.5)' x='50' xlink:href='#gentle-wave' y='0'/> <use fill='rgba(242,193,78,.7)' x='50' xlink:href='#gentle-wave' y='3'/> <use fill='#fff' x='50' xlink:href='#gentle-wave' y='6'/> </g> </svg> </div>
/* End - Footer Wave Animations by Top Blog Pk • Mubassir Ali */

5. Press Save Theme.

☪️ Note:
I have Redesign this Code (in Vio template)  for other templates, just adjust the placement of the HTML code.

Post a Comment

© Top Blog Pk. All rights reserved. Developed by Jago Desain