Home › Forums › CSS › SVG CSS3 interaction only works in Firefox? › Reply To: SVG CSS3 interaction only works in Firefox?
August 19, 2013 at 7:54 am
#147408
Member
No Idea if this is related but could Chrome be borking because you are apply the effects to a sub-id of an Id…if you see what I mean?
#circleLeft:hover #circleLeftText {
-webkit-transform-origin: 135px 460px 0;
-moz-transform-origin: 135px 460px 0;
-ms-transform-origin: 135px 460px 0;
/* IE 10+ */
-o-transform-origin: 135px 460px 0;
transform-origin: 135px 460px 0;
transform: scale(1.5);
}