begins a box, given this slider. This is a lot like `_.begin()` except this slider is passed in as the reason that this box is running. In particular `_t()` works as expected and is tied to the position of this slider.
(Box b)
| 255 | }, () -> this.properties.get(Box.frame).y); |
| 256 | init.asMap_set("slider", this); |
| 257 | return Collections.singletonMap("_t", init); |
| 258 | } |
| 259 | |
| 260 | /** |
| 261 | * begins a box, given this slider. This is a lot like `_.begin()` except this slider is passed in as the reason that this box is running. In particular `_t()` works as expected and is tied to the position of this slider. |
| 262 | */ |