4

I wanna to ask is there a plugin that can do a image slider/rotator and at the sametime it has the effect of the image zooming in?

Just like a normal slider, a container that hold image and description. Then it will show the image in certain interval, but the effect of image slowly zoom from far to near when the image appear/fade in.

for example like this video (link below), you see the video is zoom from far to near, is JavaScript possible to do that to a image?

http://www.youtube.com/watch?v=97-7rWfQd5E

Sola
  • 1,512
  • 4
  • 15
  • 31
  • 1
    Generally speaking you might not want to zoom images with browsers, since the image interpolation algorithm provided used by browsers, to put it mildly, suck. Also, the effect is called the [Ken Burns Effect](http://en.wikipedia.org/wiki/Ken_Burns_Effect), for future references. – Yi Jiang Nov 21 '10 at 16:25
  • thx. Actually I was thinking to add this effect into the mobile device (iPhone and so on). But scare performance issue now :( – Sola Nov 24 '10 at 09:08

3 Answers3

2

In case everyone need it, this is what I found... it's call Ken Burns Effect, thank to Yi Jiang who give me the name.

http://tobia.github.com/CrossSlide/

http://www.hashbangcode.com/examples/jquery-crossslide/ken-burns-fading.php

http://codecanyon.net/item/estro-jquery-ken-burns-swipe-effect-slider/235111?ref=jtop&clickthrough_id=23339470&redirect_back=true

Community
  • 1
  • 1
Sola
  • 1,512
  • 4
  • 15
  • 31
0

Ken Burns effect.. I recommend Estro Slider. It has great features, but it's not free plugin.. Also have a look at this list.. You may get some great options there.

http://libjunkie.com/javascript/gallery-slideshow-carousel

David Rozando
  • 92
  • 1
  • 11
0

I think ClearBox is quite similar.

MatTheCat
  • 18,071
  • 6
  • 54
  • 69
  • the slider is yes, but not the zoom. What I mean is like when the image show, the image itself is slowly zoom from far to near, but the container remain unchange. Is it possible to done on the JavaScript or must use flash? – Sola Nov 19 '10 at 11:00
  • The slide no problem, just it dun have the animation/transition for the image (zoom from far to near)... – Sola Nov 19 '10 at 11:15