| Fancybox and easing effects
|
toplisek

msg:4528685 | 2:21 pm on Dec 16, 2012 (gmt 0) | I have used in the correct way easing like: <script type="text/javascript" src="jquery.fancybox-pack.js"></script> <script type="text/javascript" src="jquery.fancybox-buttons.js"></script> <script type="text/javascript" src="jquery.fancybox-thumbs.js"></script> <script type="text/javascript" src="jquery.fancybox-media.js"></script> <script type="text/javascript" src="easing/js/jquery.easing.1.3.js"></script> <script type="text/javascript" src="jquery.mousewheel-pack.js"></script> and js: jQuery(".fancybox") .attr('rel', 'mygalleries') .fancybox({ 'transitionIn':'elastic', 'transitionOut':'elastic', 'speedIn':500, 'speedOut':100, nextMethod : 'resizeIn', nextSpeed : 250, prevMethod : 'resizeOut', prevSpeed : 250 }); How is possible that smooth effect is not working as images go from up till bottom without easing effect? Is there some wrong code?
|
toplisek

msg:4541803 | 7:28 pm on Feb 2, 2013 (gmt 0) | It seems it is difficult issue. Is there any reply?
|
|
|