You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really liking the plugin, is there a way to gradually fade the blur effect in.
Im using this to blur the background of the entire page, when an event happens, it seems a bit "instant" and visually breaks the effect im trying to create of it being smoothly transitioned in.
Cheers
The text was updated successfully, but these errors were encountered:
also looking for this feature... i guess fadeIn wouldn't make sense, but this is what I got: jQuery("#section-content").fadeIn("slow", function() { jQuery("#section-content").foggy({blurRadius:99});});
Hi,
Really liking the plugin, is there a way to gradually fade the blur effect in.
Im using this to blur the background of the entire page, when an event happens, it seems a bit "instant" and visually breaks the effect im trying to create of it being smoothly transitioned in.
Cheers
The text was updated successfully, but these errors were encountered: