Marcin
Results
2
comments of
Marcin
Old post, but this solution maybe usefull for anybody facing similar problem. This should be general fix for any slider: ``` jQuery(".YOUR_SLIDER_NAV_ARROW_CLASS").on('click', function() { jQuery(document).trigger('customlazyloadxtevent') }) ```
@FranGhe @sardegnaclima @branmh Here is short snippet to programmatically load radar and play/stop animation: `rainviewer.load(mymap) // rainviewer - rainviewer instance; mymap - leaflet map instance` then: `rainviewer.playStop()`