Image gallery with fancy transitions effects
Comments [ 957 Comments ]
» Trackbacks and pingbacks click to expand
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] Slider Details Slider Demo Download Script [...]
-
[...] 16. Image gallery with fancy transitions effects [...]
-
[...] 16. Image gallery with fancy transitions effects [...]
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] ‘zipper’ and ‘curtain’ effect, plus options that can be used for custom effect. Slider Details Slider Demo Download [...]
-
[...] 16. Image gallery with fancy transitions effects [...]
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] http://workshop.rs/2009/12/image-gallery-with-fancy-transitions-effects/ Categoría: jQuery Etiquetas: galería, jQuery, slider 14 septiembre, 2012 at 16:54 No comments admin ¿Algo que añadir? o cancela tu respuesta [...]
-
[...] Image Gallery with Fancy Transitions Effects [...]
-
[...] Slider Details Slider Demo Download Script [...]
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] Download [...]
-
[...] Slideshow with strip effects (演示 | 下载) [...]
-
[...] Image Gallery with Fancy Transitions Effects [...]
-
[...] Image gallery with fancy transitions effects « WorkshopCircular, Responsive jQuery Carousel – [...]
-
[...] 16. Image gallery with fancy transitions effects [...]
Leave a Reply
More Articles
-
Gradienter: Add gradient to elements
Last night I started to work on Wordpress theme for blog and I got an idea that every post should have their own background color and that maybe those colors can be in gradient. Since that that’s very boring to do manually, I’ve decide to write jQuery plugin which will do that job.
Gradienter is easy [...]
-
Twitter Flock for Wordpress: multiple accounts tweets with style
Twitter Flock is Wordpress plugin for showing multiple accounts tweets with different color scheme for every account. Also, there are setting allowing you to control how your tweets will look like and will they cache or not.
One of the things that make this plugin different form other are tabs above Twitter Flock box. This tab [...]
-
jqIsoText: jQuery Text Effect Plugin
Some content on our pages are more important than other and we want to made him eye catching. There are lot of techniques to achieve that. One of them is jqIsoText.
With this plugin we’re changing size of letters in text. It starts from one font size and increment or decrement to other font size. On [...]
-
Coin Slider 4 WordPress
Coin Slider 4 WP will show your featured posts as image slider and rotate them using unique effects provided by jQuery’s Coin Slider.
Implementation is very easy, after you download and activate this plugin, just paste one line of code in your template and Coin Slider 4 WP is ready to use.
Demo pagesee how it worksDownloadtry [...]


April 21, 2010
Hi, great plugin here!!
Congratulations for the excellente work and for share with us.
I have just one question for you.
How can I change the tittle background color and tittle text color?
I use “.ft-title” in my css to change padding and the size of the background, but it doens’t work to change the background-color…
Thank you in advanced!
April 22, 2010
@Sabrina
Class for numbers below slider is
ft-button-IDOFSLIDER@rodrigo
Use
!importantfor those properties.April 23, 2010
Hellow,
It works, but is there a way to make a number active?
because now i don’t see by with photo i am..
this is my css code
a.ft-button-ft {
width:15px;
height:15px;
font-size:0px;
border:1px solid #b8d983;
color:#B8C4CF;
text-indent:-1000px;
margin-left:5px;
}
so now i have 4 squares with a border…
and by active a want something else…
thnx
April 23, 2010
if the image is smaller than the box container it repeats it?? and if its larger?
April 23, 2010
It works, thanks a lot Ivan!
btw, for those who wants to use only the Tittle without the Navigation, just set #ft-buttons-mural, .ft-prev, .ft-next {display: none;} on css…
April 24, 2010
if you put .stop() before your animates calls it will make it more solid, especially for fast clickers.
Another thing, too much CSS properties are hardcoded in the JS source code, it makes it a PITA to style ..
Beside those two issues, this is an awesome plugin, thank you
April 26, 2010
Koristio sam skrpitu verzije 1.0 i sad sam skinuo 1.7 i jos uvek imam isti problem !
Naime kad god se skripta ucita CPU usage skoci na 100% !!!
Da li si se sretao sa slicnim problemom ?
April 26, 2010
@h3
Thanks for suggestion, I’ll implement that.
The main idea was to build something that doesn’t require additional CSS file.
@Goran
Regarding CPO usage, you should decrease number of strips.
April 26, 2010
Has anyone else had issues with this in Internet Explorer? It works great in every other browser but in IE all the images in the slideshow are being displayed straight down the page, so there are 15 images, one after another straight down the page. And the ‘Prev’ and ‘Next’ buttons are missing as well.
Anyone have any idea about how to correct that?
Thanks
April 26, 2010
Derek, you probably have comma after last parameter in conislider call. Try to remove that and see if works in IE.
April 26, 2010
buttons = $(’#ft-buttons-’+el.id).children();
buttons.each(function(index){
if(index == imgInc[el.id]){
$(this).attr(’class’,’.ft-button-’+el.id+’ active’);
}
else{
$(this).attr(’class’,’.ft-button-’+el.id);
}
});
Drop that code in at line 176 if you want to have active states for the numbered slide buttons. It simply gives the active button an “active” class.
April 26, 2010
Also add
$(’#ft-buttons-’+el.id).children().first().addClass(’active’);
on line 263 to show slide 1 as selected from the get go.
April 28, 2010
Is there any way to make the number active? so it has a different color than the rest?
Thnx
April 29, 2010
Is anyone else seeing the animation become really jerky/clunky in Internet Explorer?
In all other browsers it’s fine, but in IE even the demo page on this site doesn’t look as good as it should.
Ideas?
April 29, 2010
It’s specifically bad on Laptop’s running Windows and IE.
April 29, 2010
Hi. I’ve gotten jqFancyTransition implemented on a new site I’m designing, but it doesn’t seem to work (at all) in IE6 (I’m running it under Windows XP SP2 in VMWare Fusion, if that matters).
You can see the demo here (although it may disappear if I run out of time): http://tinyurl.com/33nfo8k
Any thoughts?
Thanks!
April 29, 2010
@maria
In comment above yours hcker2000 explain how to achieve that. For now it’s the only way, but will be implemented in next release.
@John S.
I also have VMWare and jqFancyTransitions work fine on your site in IE6 (I’m using IE tester).
April 29, 2010
@Ivan,
Thanks for testing it. I’ll have to see if it’s an issue with my instance of VMWare/XPSP2/IE6 that’s causing the problems. At least I’ve got some hope… since I REALLY want to use this transition (a simple fade in/out seems boring, now!).
Thanks again.
April 30, 2010
Great Job !
Wonderfull effects
April 30, 2010
Hi Ivan,
Thank you so much for such a great plugin! It works quite well.
How does one get the navigation numbers to move down? And position them much like you are showing in the Photo slider example on your demo page at the top? I’ve tried using “#ft-buttons-IDOFSLIDER” and “a.ft-button-IDOFSLIDER” in my css and it has not worked. I’ve also tried changing the ‘padding-top’ and ‘padding’ values in the below code in your js file, which hasn’t worked either.
$(”").insertAfter($(’#'+el.id));$(’#ft-buttons-’+el.id).css({’text-align’:'right’,'padding-top’:5,’width’:opts[el.id].width});
$(’.ft-button-’+el.id).css({’padding’:5});
Thanks in advance!