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:
- get image of page or use screenshot. not sure if former work without being on page (and not jquery) - limits static content - screenshot.
- position image
position:absolute
on page, relativebody
, , scale fill page with css animation - finally, navigate page. best ajax load page markup body smoothest transition
Comments
Post a Comment