Hello,
I’m trying to blur a part of a page using a square element. For that i use a special jQuery script named foggy.
If I understood well you’ll do it in three steps:
Include the jQuery in the document (by dragging it in the ressources menu)
When using jQuery add ons, you usually have to add the jQuery library too, so you'll have the plug-in (foggy) and jQuery in the resources pane. And, usually, jQuery needs to be loaded first - add jQuery then add your plug-in (jQuery.foggy)
Also, in your script you have "$('.square')" the dot is for a class whereas a "#" is for an id and you did not have a class name assigned to the square.
Hello Greg,
thank you for your response ! now I’m confused because the final effect is not what I wanted. Everything under the square element should be blurred (text and picture).
you have to blur the image and the font seperately. if you blur the font, there´s the trick, that you´ve to use the shadow, colored white blured. then you can play with transperancy. Blur_test.hype.zip (183.5 KB)
Looks good !.. I find out that this plug-in only works with pictures and only one at a time.
Thank you Greg for all your advice. I’m looking for another plug-in or perhaps a new version of Hype who will works with layers like photoshop etc…