onImage(image) { image.css('display','none').fadeIn(); }
<script type=\"text/javascript\"> jQuery(function($) { $('ul.gallery1').galleria(); });</script>
To give a fade in animation to the jquery 'galleria' plugin it says I have to insert this line of code:
onImage(image) { image.css('display','none').fadeIn(); }Into my <script>, which is:
I've tried a few things, but its just a bit to complicating for me.
btw here is the plugin link, its a pretty cool photo gallery plugin, try it out if u have some time.
http://devkick.com/lab/galleria/
Thanks
Nathan
If you go to the first demo page http://devkick.com/lab/galleria/demo_01.htm#img/grass-blades.jpg and view source you will see how to use it.
I cant believe I didn't think of doing it myself :S
Everything works great now =]