Lovelace: Swiper card

Hi
Thanks alot for the great work with this card.
I made a autoplay swipe-card with 3 weather location cards that plays nice.
But if you go to another tab/screen and then come back again the autoplay is disabled (or not animating anymore). Going to the hamburgermenu (or manually draging the weather cards) and updating the lovelace configuration gets the autoplay going again

      - type: custom:swipe-card
#        start_card: 1
        parameters:
          effect: flip
          slideShadows: true
          autoplay:
            delay: 7000
          speed: 3000
 #         pagination:
 #           type: 'bullets'
          scrollbar:
            hide: true
            draggable: true
            snapOnRelease: true
        cards:
          - type: custom:weather-card
            entity: weather.smhi_nobel
            name: Malmö Nobel
          - type: custom:weather-card
            entity: weather.smhi_are
            name: Åre
          - type: custom:weather-card
            entity: weather.smhi_salen
            name: Sälen

(btw this is my second post ever and first time encluding code so I hope I got it right)