Shape Hover Effect with SVG

Spread the love

In this tutorial we’ll recreate the hover effect as seen on The Christmas Experiments website. We’ll be using SVG for the shape and Snap.svg for animating it on hover.

The idea is to create a SVG with one path that represents the shape background for some caption and to morph that path into another one on hover. There are many creative possibilities and today we’ll create three different examples. The nice thing of utilizing SVG is that we can adjust the shape size to their parent container’s size and make everything fluid.

Tags:

Demo: http://tympanus.net/Tutorials/ShapeHoverEffectSVG/

Download Links

http://tympanus.net/codrops/2014/01/07/shape-hover-effect-with-svg/

Scroll to Top