globalforest/gpsblinker.py
2020-09-30 16:09:07 +03:00

7 lines
239 B
Python

from kivy_garden.mapview import MapMarker
class GpsBlinker(MapMarker):
def blink(self):
# Animantion that changes the blink size and opacity
# When the animation completes, reset the animation, then repeat
pass