Motion

 

Productivity plugin

To make creating motion specifications a breeze we recommend using Inspector Timespace from Battleaxe.

This handy tool allows designers to create motion specs straight from within After Effects.

By simple selecting two keyframes and clicking the button in the UI, you’ll be presented with a motion spec. You can view these as Plain text, Markdown and JSON.

Plain text


                                                        
                                                        
                                                            Inspector_Sapcetime
                                                        Total duration: 667ms
                                                        
                                                        Master
                                                        - Y Rotation: 90 → 260º
                                                          Duration: 667ms
                                                          (0.10, 0.00, 0.67, 1.00)
                                                          Delay: 0ms
                                                        
                                                        
                                                            

JSON


                                                        
                                                        
                                                            {
                                                          "compName": "Inspector_Sapcetime",
                                                          "spacetimeVersion": "2.5",
                                                          "aeVersion": "25.2.2x2",
                                                          "totalDur": 0.66666666666667,
                                                          "layers": [
                                                            {
                                                              "name": "Master",
                                                              "props": [
                                                                {
                                                                  "name": "Y Rotation",
                                                                  "value": {
                                                                    "matchName": "ADBE Rotate Y",
                                                                    "start": 90,
                                                                    "end": 260
                                                                  },
                                                                  "duration": 0.66666666666667,
                                                                  "ease": [
                                                                    0.1,
                                                                    0,
                                                                    0.67,
                                                                    1
                                                                  ],
                                                                  "delay": 0.00001302083333
                                                                }
                                                              ]
                                                            }
                                                          ]
                                                        }