slideshow timing does not work properly joomla -


i have web site fix http://www.clickconsultingservices.com , when page loads there top slideshow showing banners, when page loads first banner shown instant , goes next one. wrong it, , how can make take time other banners? feel problem page load, time page loads time of first banner expires. tried changing timing did not give effect problem.

what seems happening loads frames of animation, starts animation on page load. judder bit before animation starts, , frames visible. briefly see last frame, rather first one.

try adding visibility: hidden; opacity: 0; slider divs, apart first one.

<div class="slide" style="width: 928px; position: absolute;visibility: hidden; opacity: 0;"> 

(note it's better coding not use inline styles, seems simplest way here, , using on div)

also: confusion may caused image names not seem match are, eg 2clickconsultingslider_email.jpg print, not email.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -