Juice Slideshow plugin implemented on SixCrayons

Today I oversaw a colleague integrating the Juice Slideshow plugin I had started writing towards the end of last year.

After a successful implementation on SixCrayons, it was clear that a few additions need to be made.

The first feature request mentioned was the ability to auto play through the slides, for which I suggested a quick workaround as a temporary solution, which involved manually triggering the mousedown event on the next button at a defined interval.

Upon implementing this it became clear that a callback function would be needed in order to detect that the slide had changed and to reset the auto play timer.

This was quickly added to the code but has not officially been released on the library site.

I was quite pleased to see that even with a lack of documentation, the plugin was successfully included and customised to the required styles.

Now all I have to do is find the time to tidy up all the plugins I’ve started to develop and add to existing documentation.

Leave a Reply