Looking for a jquery plugin or some jquery script that would do something like this:
If you roll the mouse over the main image, you can see the zooming of the image etc.
Anywhere I could find something that does similar?
There is famous jQZoom plugin for that. See the demos here.
Update:
See:
AnythingZoomer
15+ jQuery Plugins to Create Stunning Image Zoom Effects
Related
I was following a tutorial online for animating a background image to give a drop down effect. I was supposed to download a plugin but it seems that that plugin is not available anymore. Is there any other way to make the background animate? I've looked through similar answers but none of them have worked.
Here's the code on jsfiddle: Fiddle-Code
I want the drape.png image in the background to drop down like a curtain. Also what is the latest version of jquery?
thank you
The latest version of jQuery is 1.7.1
This sort of animation is presentational. Consider doing it with CSS3 animations and transitions. You will lose some browser support for the specific effect, but it will not interfere with functionality and will be easier to update and maintain.
Here is a simple example I made for you. Is this the effect you were looking for?
anyone know a plug in that can make a similar thing that is showed is the second example - (JC Play List Minimal Skin)
http://www.jumpeyecomponents.com/Flash-Components/User-Interface/JC-Play-List-285/examples.htm
only the scroll, not the background image
i have some problems with flash :)
thanks!
How about the HoverScroll jQuery Plugin? There's also this plugin, which isn't exactly the same as the Flash example.
I was looking for some Jquery plugin which will show the images thumbnail in a bigger image and with the info. related to it. Like we search in Google images and get the nice looking effect of image in bigger size. May be someone have know the plugin or some good suggestion.
Thank you!
There is a beautiful working solution in this SO answer.
Working demo.
A gPop jquery plugin:
DEMO
Download plugin on Github
Have you seen yahoo's ipad/tablet home page? The swipe effect for flipping through headlines is impressive. I have seen some workarounds in jquery (using the cycle plugin + the touchwipe plugin) but these all simply detect user gesture and then run the x- absolute position animation, rather than actually track the user's gesture. Know of a solution similar to yahoo's?
Found the solution: http://cubiq.org/iscroll-4
Used the "snap-to" option to re-create the carousel effect.
Swipe JS is a good one. If this is the effect that you are looking for - http://swipejs.com
Not sure, but there is jQuery Mobile.
Please advise me a jQuery carousel plugin that can make a carousel like the one on the image. I mean that, when the image item becomes active, it moves into the center and becomes large.
Thanks.
I think you want this: http://imageflow.finnrudolph.de/
Apparently, this is the original 'cover flow', even Apple has licensed this for iTunes.
I've used this on projects before and even integrated it into Drupal (there is a module for this in Drupal, but it didn't work for my needs). I was also able to modify the code to fit my clients extended needs.
Good luck!