I have a script that has to maniplate an image and (among others) to be able to convert to grayscale and back again to none-grayscale.
I am using Pixastic for this, and it all works great so-far in my proof of concept (http://www.gportdev.nl/klanten/dgsw/hbhg/).
What I would like though, is to get the grayscale button to toggle between grayscale and none-grayscale, but I am not sure how to implement this. Should I clone the canvas element and apply Pixastic on both elements, or is there a better solution for this?
Thanks!
I have something similar... i am bluring my image when hovered on. I suppose for you it should be the same concept as mine.. but instead of hover u will have click events.
What i am now working on is if i hover on the .productText just below the image... i would also like the image to blur then too.
HTML: