Hello,
Im working on a wordpress website template which included a coda-slider.I was wondering on how I can add an effect on it.Like fade in and fade out.Here is the site http://plasticpallettechnology.com/ and the code at the wordpress for the coda slider is <script type="text/javascript">
var $j = jQuery.noConflict();
$j().ready(function() {
$j('#coda-slider-1').codaSlider({
autoSlide: ,
autoSlideInterval: ,
dynamicTabs: ,
dynamicArrows: ,
slideEaseDuration: ,
firstPanelToLoad:
});
});
</script>
Can you please help me how..??
Thank you...
Hello,
Im working on a wordpress website template which included a coda-slider.I was wondering on how I can add an effect on it.Like fade in and fade out.Here is the site http://plasticpallettechnology.com/ and the code at the wordpress for the coda slider is <script type="text/javascript">
</script>var $j = jQuery.noConflict();
$j().ready(function() {
$j('#coda-slider-1').codaSlider({
autoSlide: ,
autoSlideInterval: ,
dynamicTabs: ,
dynamicArrows: ,
slideEaseDuration: ,
firstPanelToLoad:
});
});
Can you please help me how..??
Thank you...