4
votes
5answers
371 views

What's a good UI for a “zoom” function?

I'm making a component for a webpage that will need zooming in and out at the location of the mouse cursor. The de-facto standard way I know of doing this is via Ctrl+Mousewheel... but I can't use ...