Questions tagged [zoomooz]

Zoomooz is a jQuery plugin for making web page elements zoom. It can be used for making Prezi like slideshows and for zooming to images or other details.

Zoomooz is a jQuery plugin for making web page elements zoom. It can be used for making Prezi like slideshows and for zooming to images or other details.

Website : http://janne.aukia.com/zoomooz/

Zoomooz works quite reliably on Firefox 3.6 or newer, on Safari 3 or newer and on recent versions of Chrome

Some versions of Zoomooz have been working on Opera and IE9 as well.

Zoomooz github page : https://github.com/jaukia/zoomooz

11 questions
5
votes
1 answer

Conflict between jQuery and Zoomooz.js: animate & zoomTarget at the same time

I am doing a research project in Psychology, so I'm really a beginner in JavaScript. Still, I have to get this done and it is very specific. I want to zoom on an element of a page (a book cover) on click, have extra contents opening next to it at…
MartinGalilee
  • 123
  • 2
  • 6
4
votes
0 answers

Zoomooz zoomContainer shift away

I am trying to use zoomooz + jquery.mouse.wheel and jquery.kinetic.js to implement a zoom in a free drag/scroll feature in a form designer. Here is a demo of the feature: http://jsfiddle.net/mVf8Z/ My problem is: "reset" button cannot reset the…
Gelin Luo
  • 14,035
  • 27
  • 86
  • 139
1
vote
0 answers

Overflow and horizontal scroll

I've been trying to fix this little overflow problem for quite some time now and i just don't really know what to do now. Backstory: I'm using the zoomooz.js plugin to zoom into elements. Now I've got that part working. I have a horizontal scroll…
Kiegwan
  • 11
  • 1
1
vote
0 answers

Zoomooz js plugin [Firefox issue]

I am trying to implement an animation on click in the following fiddle: My Fiddle var animating = false; rotateDoor = function() { if (animating) return; var door = $('#door'); animating = true; …
Nevin Madhukar K
  • 3,031
  • 2
  • 25
  • 52
1
vote
1 answer

Zooming on DOM-elements: Scaling vs transform

I have a grid of zoomable div elements. When a div is clicked, it is zoomed, scaled and centered using Zoomooz.js. Inside each div is a drawable region (like Canvas) implemented using Raphäel. My problem is that even though the zoom function work…
Lasse
  • 349
  • 1
  • 7
  • 16
1
vote
0 answers

ZOOMOOZ: Is there a way to bind window resize to zoomTarget?

When using the zoomooz.js script, to enable zooming on a target, we simply add the zoomTarget class: Ex.
However, zoom will only occur when "container" is clicked. Is there a way to automatically zoom to…
JPBB
  • 11
  • 2
1
vote
1 answer

zooming HTML contents with zoomooz

I'd like to zoom a HTML Table with text in it. I am using zoomooz, which is a great tool for zooming: http://janne.aukia.com/zoomooz/ The problem i am facing is that fonts are also zoomed, which makes the same contents appear just bigger. I want to…
Angel Todorov
  • 97
  • 1
  • 1
  • 8
0
votes
1 answer

How to fix conflict Zoomooz.js with JQueryUI autocomplete?

When I put zoomooz.js in a web page with jqueryui autocomplete, it work only the first time, drop-down menu no longer accept mouse click. To work I move the mouse on the target and click Enter Key on keyboard.
user4530822
0
votes
1 answer

zoomooz not zoomig inside container

according to the documentation, i should be able to zoom inside a container with the zoomooz jquery script. this is my code: function zoom() { var mydiv = $("#fullpage"); mydiv.zoomTo({targetsize:1, duration:1000}); } Body content:
sharkyenergy
  • 3,842
  • 10
  • 46
  • 97
0
votes
1 answer

JQuery events not firing when adding elements dynamically

I am using http://jaukia.github.io/zoomooz/ to zoom elements on my web page. However when I am adding elements dynamically through .append(), the elements don't zoom. I tired using .on and doing stuff manually with no…
DarknessBeginsHere
  • 592
  • 1
  • 5
  • 20
0
votes
1 answer

Displaying a constant sized overlay over a map

I'm displaying a map on my site. The map image is set as the background for the main division. I have a grid overlay (tranparent png) over this map. I'm using zoomooz (http://janne.aukia.com/zoomooz/) to zoom in to different areas of interest on…
blinduck
  • 428
  • 1
  • 5
  • 20