Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDIEGO RODRIGUEZ VIDAL
2,850 PointsHow do they created this effect?
A few days ago I have visited a page called https://www.canva.com/signup and I really liked the effect that they have created in their homepage.
What do I need to know to create something like that. Regards Diego
4 Answers
jne
12,613 PointsI believe it's jquery.
Caleb Kester
1,710 PointsLooks like they have something with canvas going on there. I found a stack overflow topic with some insight into a similar idea: http://stackoverflow.com/questions/19953917/fade-pixelate-blurred-image-to-normal-after-mouse-over-using-jquery
John Lucey
9,592 PointsCaleb Kester has a great answer, I believe they are using an HTML Canvas with Jquery to create the effect. Here is a similar project on code pen using dots instead of an image so you can get a look at the code. and play with the demo. Post back if you get it worked out. Good luck and enjoy!
DIEGO RODRIGUEZ VIDAL
2,850 PointsHi guys,
Thanks for your responses, I am having a look to the project on code pen and itΒ΄s really interesting. I will let you know if I get it worked out. :)