Search code examples
jqueryclonecufoneasyslider

Cufon text comes with a delay inside a cloned slide (Easy Slider 1.7)


I am using Easy Slider 1.7 and I have turned on its "continuous" option. It clones the first slide so continuity don't break using the clone() function. Inside this newly cloned slide the cufon text appears after a delay somehow. You can see exactly what I mean here. Can anyone tell me how to avoid this delay?


Solution

  • I have tried it but it does not solve the problem instead I found the solution from Cufon Googlegroup. I just need to call easy slider like listed below and it works good for me.

    <script type="text/javascript">
    Cufon.CSS.ready(function(){ 
    $("#slider").easySlider({
    auto: true,
    continuous: true,
    imageControl: true,
    numericId:'controls'
    });
    
    </script>