Craate a Counter. See an example at https://r10.netlify.app/counter/
add : Basics.Int -> Counter -> Counter
animationPosition : Counter -> Basics.Float
areMoving : List Counter -> Basics.Bool
init : Counter
jumpTo : Basics.Int -> Counter -> Counter
lastValueInTheQueue : Counter -> Basics.Int
moveTo : Basics.Int -> Counter -> Counter
nextValue : Counter -> Maybe Basics.Int
pause : Counter -> Counter
presentValue : Counter -> Basics.Int
setSpeedInDigitsPerSecond : Basics.Float -> Counter -> Counter
start : Counter -> Counter
stop : Counter -> Counter
update : Counter -> Counter
view : Counter -> Basics.Float -> Element.WithContext.Element (R10.Context.ContextInternal z) msg
wheelsQuantity : Counter -> Basics.Int