Any suggestions on creating this type logo animations on video?

Any suggestions on creating this type of logo animations?
ezgif-4-3b77d98a4c83

Keyframes aren’t supported yet so a custom animation wouldn’t be possible. But you can use a logo such as that one exported from After Effects as a transparent MOV file like the following:

{
    "timeline": {
        "soundtrack": {
            "src": "https://shotstack-assets.s3-ap-southeast-2.amazonaws.com/music/freeflow.mp3",
            "effect": "fadeOut"
        },
        "tracks": [
                        {
                "clips": [
                    {
                        "asset": {
                            "type": "video",
                            "src": "https://shotstack-assets.s3.amazonaws.com/overlays/logo-square-pop.mov"
                        },
                        "start": 0,
                        "length": 5
                    }
                ]
            },
            {
                "clips": [
                    {
                        "asset": {
                            "type": "video",
                            "src": "https://shotstack-assets.s3.ap-southeast-2.amazonaws.com/footage/road.mp4"
                        },
                        "start": 0,
                        "length": 5
                    }
                ]
            }
        ]
    },
    "output": {
        "format": "mp4",
        "resolution": "hd"
    }
}