Jack

Results 2 comments of Jack

@jameswilson This is great, but I'm noticing a typo: ``` .attr('aria-lable', settings.get('slideshowStop')) ``` ``` .attr('aria-lable', settings.get('slideshowStart')) ``` Should be `aria-label` right?

I'm slightly confused. So if Response.crossover will be the new event function, how does one run breakpoint-specific JS code if Response.crossover only works when a breakpoint is crossed into? For...