• Resolved crdunst

    (@crdunst)


    Hi,

    Just some feedback:

    1) the animation timeout (time between slides) isn’t working. It’s because you’re using wp_localize_script, so the integer is being treated as a string in /assets/js/script.js
    You can work around this by casting the value to be an integer. Edit line 17 of script.js to be timeoutDuration:parseInt(chpcsArgs.time_out) and it works fine.

    2) a setting for the animation duration (time taken to animate from one slide to the other) would be great – it’s currently hard coded to 500 in the above script, which seems very fast.

    Aside from the above, it seems a great plugin, thanks for your work.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Feedback / Bug Fix’ is closed to new replies.