Image gallery with fancy transitions effects
Comments [ 959 Comments ]
» Trackbacks and pingbacks click to expand
-
[...] Slideshow with strip effects (demo | download) [...]
-
[...] Create image gallery in 4 lines of jQuery (演示 | 下载) Slideshow with strip effects (演示 | 下载) Nivo Zoom (演示 | 下载) AD Gallery, gallery plugin for jQuery (演示 | 下载) MLB.com [...]
-
[...] Trang chủ – Demo – Tải về [...]
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] Je vous en parle ici Un slide show avec des transitions d’images originales. Le site [...]
-
[...] Slideshow with strip effects (demo | download) [...]
-
[...] not need anything else, now, to use, we have several alternatives that we can see explained in the page developers but the simplest is to place the images in a DIV like [...]
-
[...] not need anything else, now, to use, we have several alternatives that we can see explained in the page developers but the simplest is to place the images in a DIV like [...]
-
[...] 9. jqFancyTransitions, Demo [...]
-
[...] 9. jqFancyTransitions – NEW [...]
-
[...] Image Gallery with Fancy Transitions Effects [...]
-
[...] Slideshow with strip effects (demo | download) [...]
-
[...] jqFancyTransitions is compatible and fully tested with Safari 2+, Internet Explorer 6+, Firefox 2+, Google Chrome 3+, Opera 9+. Demo Download Documentation [...]
-
[...] 演示 下载 [...]
-
[...] [...]
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] MORE INFO | DEMO [...]
Leave a Reply
More Articles
-
Bigshark – larger buttons on Grooveshark
GrooveShark is one of the web services which I’m using on daily basis. Actually, I have one computer which I use only to play music from my GrooveShark playlists, while I’m sitting on couch. But problem is when I want to skip or pause some song. I have to get up because I can’t hit [...]
-
Image gallery in 4 lines of code with MooTools and Dojo
Recently I wrote article how to create image gallery with description in 4 lines of jQuery code. Now, I will do the same thing with two other popular JavaScript frameworks, MooTools and Dojo.
Task is the same. One large image, description bar, few thumbs bellow, large image and description should change when thumb is clicked. [...]
-
Visualize Twitter connections with Twings
I always find it interesting to see who from people that I’m following on Twitter follows me back and also to see how those people are related with each others. I was looking the best way to present that visually and presenting connections as dots and put those dots in rings sounds like a good [...]
-
Image gallery with fancy transitions effects
I was looking all over the Internet for some jQuery gallery plugin with some interesting transition effects. I found a lot of great plugins but they all have pretty same transition effects. Mostly that was fading and sliding effects. I wanted something different so I decide to made my own slideshow gallery plugin for jQuery. [...]


April 7, 2010
Hi, thanks for the great plugin, I really like the look of it.
I got things working fine, but when I upload it to the web there seems to be a bit of an issue with the loading of images on first page load. The first image appears, but then before the next image comes in, the first image disappears for a split second.
Any ideas what could be causing the problem or if there is anything I could do to improve the loading?
You can take a look at what I have working here:
http://www.quaysiderestaurant.im
thanks in advance
)
April 7, 2010
I don’t see problem that you describe. But I notice that plugin doesn’t work in IE6 and IE7 on your site. That’s because you have , after strips: 25,. Just remove , and it will work.
April 8, 2010
Hi there!
You got 1 awesome plugin right here! really good job!
I am using this on my projects for sure.
As a matter of fact I am already playing around a bit with it to use it for my upcoming template.
I got it all working fine, except for 1 little thing:
I use (24bits) Png’s for the next and prev buttons.
For some reason they are not transparent (little black box around the buttons). Is there any way to display them properly… i mean that they are transparent?
You can find the slider here:
http://combinedpixels.com/themeforest/vertfolio/test/
Once again: awesome work!
April 8, 2010
Luuk, I saw that you set opacity: 1 for prev and next buttons and that cause you a problem in IE. Just remove that line completely and it should work. Nice job, btw.
April 8, 2010
Is there any way this could be used with the very popular NextGEN gallery plugin for Wordpress?
April 9, 2010
That worked, very nice.
I implemented it in my first template, which is not fully done, but showing you so you got an impression of how it is being used.
thought you would like to know
http://www.combinedpixels.com/themeforest/vertfolio/
April 9, 2010
Thanks for the reply Ivan.
I’ve removed the , from after strips:25 as you suggested. As for the slow loading between transitions, maybe it’s just down to a slow connection speed or something, I might try pre-loading the images within the slider, see if that helps.
Thanks again.
April 13, 2010
I didn’t use it yet (but will). It looks amazing!
Tnx for plugin!
April 14, 2010
Hi great plugin! I wondered though how can I get the title to show, like the one in your demonstration? I can’t seem to get it to show on mine.
Thanks
April 15, 2010
Antony, for now you should set navigation to true for title. That will be fixed soon.
April 18, 2010
Hey Ivan,
is it possible to prevent crash of the animation after multiple clicking the navigation buttons? When you click it before animation is finished after first click, it simply leaves some stripes in the image until you reload page.
Thx, Kobi
April 20, 2010
Hey,
Awesome Plugin
Just a question
Is it possible to stop the autoload between each images.
Thanks a lot
thibaut
April 20, 2010
Nice, Is it possible to have a fade effect?
April 21, 2010
nice, thanks for this fantastic plug-in ….
I want to set navigation, but want only to display Previous & Next button, and not image item numbers below pictures… how can I achieve that?
Moreover, how can I style navigation button for next & previous ?
April 21, 2010
@Kobi
I’ll check, thanks for reporting.
@Thibaut
No, there is no option for that, but you can try to set
delayto some large number.@Tommy
Not with this one. You can have fade effect with Coin Slider.
@Xcellence IT
Just set
#ft-buttons-YOURHOLDERID { display: none }for hiding images below slider..ft-prev and .ft-next are classes for navigation.
April 21, 2010
Thank you for great work, I would like to use the slideshow, but one thing I am missing is setting different class to active ft-button (number button in bottom). So the visitor knows which image is showing currently (and can switch to another one if he wants). How could I track which number is active and highlight it please?
April 21, 2010
Great work, thanks!
Just one quick question.
I’m having the same issue ‘Xcellence IT’ was having, trying to hide the image numbers below the slider.
I’m not exactly sure how or where I need to put in the line of code you provided in your reply about how to hide those.
My script right now looks like this:
$(’#slideshowHolder’).jqFancyTransitions({ navigation: true, width: 578, height: 300, position: ‘wave’ });
$(’#effWave’).click( function(){
$(’#ft-title-example, .ft-example’).remove();
$(’#example’).jqFancyTransitions({ effect: ‘wave’ });
$(’#effDyn’).html(’wave’);
});
Thanks again!
April 21, 2010
Derek, just put somewhere in your css file this line of code:
#ft-buttons-slideshowHolder { display: none }April 21, 2010
Perfect!
Thanks, Ivan!
April 21, 2010
I have a question about the numbers below the slider. Where can i change the width and the height? Because i want a background image there
Thnx