Slider animation

I was dinking about with a few of the LVGL examples learning how to use the animations.

This is what I came up with for the slider.

https://sim.lvgl.io/v8.3/micropython/ports/javascript/index.html?script_startup=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce70/examples/header.py&script=https://raw.githubusercontent.com/lvgl/lvgl/0d9ab4ee0e591aad1970e3c9164fd7c544ecce70/examples/widgets/slider/lv_example_slider_2.py&script_direct=89a6ad91dd677c6422edbbaa5c531b287273e6ba

Let me know what you thinkā€¦