javascript - Animated/ responsive/ live icons on rollover. Example given -
i'm trying find out how recreate effects of icons here:
especially retina display icon moveable lens.
however, after 2 days of trying solution/ tutorial still couldn't find that.
i've looked js solutions html5 canvas. perhaps i've been looking in wrong place or wrong search terms.
can point me right direction?
cheers ryan
they're using svg images (with png fallback older browsers) , animating paths in svg using js , css.
explanation of technique here http://css-tricks.com/using-svg/
Comments
Post a Comment