Script modification - slide to fade
Hello
I am trying to alter the default transition of this script:
http://www.gcmingati.net/wordpress/wp-c ... lugin.html
It currently slides between images, but I would like to fade between images.
This is the call:
-
<script type="text/javascript">
$(window).bind("load", function() {
$("div#mygalone").slideView({
easeFunc: "easeInOutBack",
easeTime: 1200
});
});
</script>
Modifying the "easeInOutBack" using the easing methods seems only to change the ease method, still using a slide.
I feel I may need to change the actual plugin behavoir but I can't see where the animation method is being set here:
http://www.gcmingati.net/wordpress/wp-c ... wer.1.1.js
Any pointers would be much appreciated.
Thanks