Does anyone know how to animate two images, bringing them to a central point before rotating them simultaneously? I'm struggling with transforming the svgs prior to starting the animation. Take a look at this example.
My goal is to apply transform: rotate(90deg)
before the animation kicks in (on :hover
). Unfortunately, I am having difficulty implementing the transform effect before the animation starts. Check out this codepen:
Feel free to view my codepen example here: http://codepen.io/himmel/pen/dPzVmg