lottie-flutter icon indicating copy to clipboard operation
lottie-flutter copied to clipboard

Text Animation Exported with After Effects Body Movin Not Working

Open linslouis opened this issue 10 months ago • 0 comments

I created a text animation with After Effects Animation preset , I expoted it to lottie with bodymovin plugin . now the lottie showing the text , but not showing any animations

Here is my lottie json

`{ "v": "5.9.0", "fr": 30, "ip": 0, "op": 71, "w": 200, "h": 200, "nm": "Comp 1", "ddd": 0, "assets": [

], "fonts": { "list": [ { "origin": 0, "fPath": "", "fClass": "", "fFamily": "Roboto", "fWeight": "", "fStyle": "Black", "fName": "Roboto-Black", "ascent": 75 } ] }, "layers": [ { "ddd": 0, "ind": 1, "ty": 5, "nm": "Fly From in Bottom", "sr": 1, "ks": { "o": { "a": 0, "k": 100, "ix": 11 }, "r": { "a": 0, "k": 0, "ix": 10 }, "p": { "a": 0, "k": [ 100.75, 93.5, 0 ], "ix": 2, "l": 2 }, "a": { "a": 0, "k": [ 0, 0, 0 ], "ix": 1, "l": 2 }, "s": { "a": 0, "k": [ 44.907, 44.907, 100 ], "ix": 6, "l": 2 } }, "ao": 0, "t": { "d": { "k": [ { "s": { "s": 72, "f": "Roboto-Black", "t": "Fly From \rin Bottom", "ca": 0, "j": 2, "tr": 0, "lh": 86.4000015258789, "ls": 0, "fc": [ 1, 0, 0 ] }, "t": 0 } ] }, "p": {

    },
    "m": {
      "g": 1,
      "a": {
        "a": 0,
        "k": [
          0,
          0
        ],
        "ix": 2
      }
    },
    "a": [
      {
        "nm": "Animator 1",
        "s": {
          "t": 0,
          "xe": {
            "a": 0,
            "k": 0,
            "ix": 7
          },
          "ne": {
            "a": 0,
            "k": 0,
            "ix": 8
          },
          "a": {
            "a": 0,
            "k": 100,
            "ix": 4
          },
          "b": 2,
          "rn": 0,
          "sh": 1,
          "sm": {
            "a": 0,
            "k": 100,
            "ix": 6
          },
          "s": {
            "a": 1,
            "k": [
              {
                "i": {
                  "x": [
                    0.833
                  ],
                  "y": [
                    0.833
                  ]
                },
                "o": {
                  "x": [
                    0.167
                  ],
                  "y": [
                    0.167
                  ]
                },
                "t": 0,
                "s": [
                  0
                ]
              },
              {
                "t": 60.060546875,
                "s": [
                  100
                ]
              }
            ],
            "ix": 1
          },
          "r": 1
        },
        "a": {
          "p": {
            "a": 0,
            "k": [
              242,
              295,
              0
            ],
            "ix": 2
          }
        }
      }
    ]
  },
  "ip": 0,
  "op": 900,
  "st": 0,
  "bm": 0
}

], "markers": [

] }`

But , when i tried same file on https://lottiefiles.com , it showing properly . In flutter , the text is not getting animated

linslouis avatar Oct 05 '23 11:10 linslouis