How do I animate css?

0

I was browsing the net and found a website with a cool animation but I could not figure out the name or how it works. I admit, I'm a beginner with web languages and I would like to know if anyone knows how to make such animation. Follow the link of the site: link

It is the transition that happens when you mouse over the photo, it appears along the path of the mouse.

Thank you in advance for your attention.

    
asked by anonymous 14.05.2015 / 01:31

2 answers

1

This type of animation can be done in two ways, CSS or JavaScript. I'd rather use CSS wherever possible, depending on where you use it.

Here are some links to how to do with CSS:

23.06.2015 / 19:59
0

Well, this was done with javascript, you can even open the preview element and go to the console.

You would have to exit by checking to see if he did mouseover, and mouse left over from the top right or bottom.

    
14.05.2015 / 01:46