blob: 31cbe1c737a4a0c94df85cb6b50a78c098039f4f [file] [log] [blame]
{
"name": "ElasticScrollPhysics",
"key": {
"int": 525,
"string": "elasticscrollphysics"
},
"extends": "constraints/scrolling/scroll_physics.json",
"properties": {
"friction": {
"type": "double",
"initialValue": "8.0",
"animates": true,
"key": {
"int": 728,
"string": "friction"
},
"description": "Friction value determining how quickly the scroll decelerates"
},
"speedMultiplier": {
"type": "double",
"initialValue": "1.0",
"animates": true,
"key": {
"int": 729,
"string": "speedmultiplier"
},
"description": "Multiplier for how fast the scroll initiates"
},
"elasticFactor": {
"type": "double",
"initialValue": "0.66",
"animates": true,
"key": {
"int": 730,
"string": "elasticfactor"
},
"description": "Multiplier for the amount/strength of the rubber banding"
}
}
}