c_zoom_stay
c_zoom_stay(CID)
Arguments
CID
Description
Not Added.
Implementation
def c_zoom_stay(CID):
mnu_scale(CID, true, 0.2, 1.1, 1.1, EaseOutCubic)
cmp_scale(CID, 0.2, 1.1, 1.1)
References
Table Implementation
{
"name": "c_zoom_stay",
"args": [
"CID"
],
"commandList": [
{
"row": 4999,
"command": "mnu_scale",
"args": [
"CID",
"true",
"0.2",
"1.1",
"1.1",
"EaseOutCubic"
],
"end": 1
},
{
"row": 5000,
"command": "cmp_scale",
"args": [
"CID",
"0.2",
"1.1",
"1.1"
],
"end": 1
}
]
}
Sample
{}