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

I can't edit the text value of the text layer keyframe in After Effects. #3067

Open
gyuhongkim opened this issue Feb 17, 2024 · 0 comments
Open

Comments

@gyuhongkim
Copy link

gyuhongkim commented Feb 17, 2024

Hello, I am trying to export json through bodymovin in After Effects and change the value of the text through JavaScript.

As shown in the attached image below, the text layer has two keyframes.
스크린샷 2024-02-17 오후 1 58 12

animationData.layers[0].t.d.k[0].s.t = "11";
animationData.layers[0].t.d.k[1].s.t = "22";

Changing the value through JavaScript

It works fine if there are no keyframes, but

If there is a keyframe, the value does not change.

The path is not correct or anything like that.

We confirmed that the value changes dynamically when there is no keyframe.

The value does not change only when there is a keyframe.

thank you

How can I solve this?

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