c_bound3_t

c_bound3_t(CID)

Arguments

  • CID

Description

Not Added.

Implementation

def c_bound3_t(CID):
        mnu_move(CID, true, 0.25, 0, 16, EaseOutCubic)
        mnu_move(CID, false, 0.25, 0, -16, EaseOutCubic)
        mnu_move(CID, false, 0.25, 0, 24, EaseOutCubic)
        mnu_move(CID, false, 0.25, 0, -24, EaseOutCubic)
        mnu_move(CID, false, 0.25, 0, 16, EaseOutCubic)
        mnu_move(CID, false, 0.25, 0, -16, EaseOutCubic)
        cmp_move(CID, 1.5, 0, 0)

References

Table Implementation

{
    "name": "c_bound3_t",
    "args": [
        "CID"
    ],
    "commandList": [
        {
            "row": 4732,
            "command": "mnu_move",
            "args": [
                "CID",
                "true",
                "0.25",
                "0",
                "16",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4733,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.25",
                "0",
                "-16",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4734,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.25",
                "0",
                "24",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4735,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.25",
                "0",
                "-24",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4736,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.25",
                "0",
                "16",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4737,
            "command": "mnu_move",
            "args": [
                "CID",
                "false",
                "0.25",
                "0",
                "-16",
                "EaseOutCubic"
            ],
            "end": 1
        },
        {
            "row": 4738,
            "command": "cmp_move",
            "args": [
                "CID",
                "1.5",
                "0",
                "0"
            ],
            "end": 1
        }
    ]
}

Sample

{}