c_bound_t_slow

c_bound_t_slow(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def c_bound_t_slow(CID):
        mnu_move(CID, true, 0.4, 0, 16, EaseOutCubic)
        mnu_move(CID, false, 0.4, 0, -16, EaseOutCubic)
        cmp_move(CID, 0.8, 0, 0)

References

Table Implementation

{
    "name": "c_bound_t_slow",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 4661,
            "command": "mnu_move",
            "args": [
                "CID",
                "true",
                "0.4",
                "0",
                "16",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4662,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.4",
                "0",
                "-16",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4663,
            "command": "cmp_move",
            "args": [
                "CID",
                "0.8",
                "0",
                "0"
            ],
            "end": 1
        }
    ]
}

Sample

{}