{
	"$id": "schema:UISmoothlist",
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"title": "UISmoothlist",
	"alias": "smoothlist",
	"$ref": "schema:UIList",
	"type": "object",
	"properties": {
		"smooth_speed": {
			"description": "speed of our scroll in this.seperations per second, defaults to 20",
			"type": "number"
		},
		"scroll_smooth": {
			"description": "used in .preloop and .loopthrough instead of this.scroll, to allow smooth motion",
			"type": "number"
		}
	}
}
