css - How do I create the zoom/expand effect from iOS in jQuery? -


i'm looking solution have link "zoom or expand" fill screen when clicked. similar how when app tapped on ios how expands fill device screen or when tap on story in apple news app. i've googled "zoom effect jquery", come zooming in on picture etc. suggestions? thanks.

i don't think has been done yet (that know of). breaking down, you'll have to:

  1. get image of page or use screenshot. not sure if former work without being on page (and not jquery) - limits static content - screenshot.
  2. position image position:absolute on page, relative body, , scale fill page with css animation
  3. finally, navigate page. best ajax load page markup body smoothest transition

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -