šŸ”” Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A blurry menu for all kind of websites. The blur effect is added dynamically and context sensitive to all displayed web-contents like images, texts and even background-images. This script uses existing scripts like html2canvas and Superfast Blur.

HTML5 Menus Plugins Responsive

Documentation

Blurry Menu

A blurry menu for all kind of websites. The blur effect is added dynamically and context sensitive to all displayed web-contents like images, texts and even background-images. This script uses existing scripts like html2canvas and Superfast Blur.

See it in action: BLURRY MENU LIVE DEMO

HowTo

Simply bind a js event like a click for example to trigger the menu.

  • BlurryMenu.openMenu();

JQuery example:

$( "#menu" ).click(function() {   BlurryMenu.openMenu(); }); 

Dependencies

  • jQuery
  • jQuery UI
  • Superfast Blur v0.5
  • html2canvas 0.5.0-alpha

You May Also Like