Bouncing ball

Inspired by [url=https://twitter.com/CHARTMANq]Chartman[/url][br][br]https://twitter.com/CHARTMANq/status/1409745781544812548
Script
Speed = 8[br]t = Slider(0, 1, 0.001, Speed, 170, false, true, false, false)[br]SetVisibleInView(t, 1, false)[br][br]f(x, y) = floor(x-y) + y[br]g(x) = f(x,t)[br]ShowLabel(g, false)[br]h(x) = abs(1/2 sin(pi x))+1.3[br]SetVisibleInView(h, 1, false)[br][br]c = Circle((1.1, h(t)), 0.3)[br]SetFilling(c, 1)[br]ShowLabel(c, false)[br][br]ShowGrid(false)[br]ShowAxes(false)[br]CenterView((1, 1))[br][br]StartAnimation(t, true)

Information: Bouncing ball