In this documentation in the bottom there is information regarding the event and its parameter (event, next slide, current slide).
$('#elemId').on('beforeshow.uk.slideshow', function(event, nxt_slide, cur_slide){
// logic here...
});
How can i get the className
of the nxt_slide
and cur_slide
?