Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Animation Exported with After Effects Body Movin Not Working #304

Open
linslouis opened this issue Oct 5, 2023 · 0 comments
Open

Comments

@linslouis
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant