Animated Gradient Mobile Menu

Look Demo

Upgrade your mobile navigation menu with an animated gradient background. This plugin uses css editor and works with Squarespace 7.0 (Brine template family).

How To Install

From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

// Animated Gradient Mobile Menu //

.is-mobile-overlay-active .Mobile-overlay-menu {
  width: 100%;
  z-index: 1;
  background: #000000;
  background-image: linear-gradient(-45deg, #53D6FF, #666BE1, #E45372, #F07C63) !important;
  background-size: 1000% !important;
  -webkit-animation: Gradient 10s ease infinite !important;
  -moz-animation: Gradient 10s ease infinite !important;
  animation: Gradient 5s ease infinite !important;
}

// Animation Keyframes //

@-webkit-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes Gradient { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

Customize

Change the #53D6FF, #666BE1, #E45372, and #F07C63 values to the colors of your choice.

Set the background color value to a darker color. In case the gradient colors don’t load properly, this color will display instead.

Do not change any values to the Animation Keyframes.

License

This plugin comes with an Unlimited Use License. View License Terms

Previous
Previous

Solid Drop Shadow Map Block

Next
Next

Animated Gradient Audio Block