html - How to make an almost invisible image on a page that looks okay when zoomed in a lot? -


i have really weird question. possible have image on page looks insanely small when browsing , don't notice it, when zoom in lot, can see what's there. example smiley face when browsing appears small dot, when zoom in lot can see it. got question , not answer it, out of curiosity decided ask here. friend of mine told me may possible using svg.

yes! make effect using svg, the demo! animation made using code:

var tl = new timelinemax(); tl.from("svg", 15, {                 // start animation from... through 15 seconds!   scale: 0,                          // 0 scale!   transformorigin: '50% 50%',   ease: back.easeout })  </script> 

it concept! make using tool (aka svg)


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -