c_bound2_r

c_bound2_r(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def c_bound2_r(CID):
        mnu_move(CID, true, 0.25, 16, 0, EaseOutCubic)
        mnu_move(CID, false, 0.25, -16, 0, EaseOutCubic)
        mnu_move(CID, false, 0.25, 16, 0, EaseOutCubic)
        mnu_move(CID, false, 0.25, -16, 0, EaseOutCubic)
        cmp_move(CID, 1.0, 0, 0)

References

Table Implementation

{
    "name": "c_bound2_r",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 4788,
            "command": "mnu_move",
            "args": [
                "CID",
                "true",
                "0.25",
                "16",
                "0",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4789,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.25",
                "-16",
                "0",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4790,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.25",
                "16",
                "0",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4791,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.25",
                "-16",
                "0",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4792,
            "command": "cmp_move",
            "args": [
                "CID",
                "1.0",
                "0",
                "0"
            ],
            "end": 1
        }
    ]
}

Sample

{}