-
Notifications
You must be signed in to change notification settings - Fork 38
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
Opacity not working #3
Comments
Can you share your implementation? |
@bodymovin Thanks for replying so fast! This is the implementation: Starting the animation using react-lottie: https://github.com/felippenardi/lottie-face-control/blob/master/src/App.js#L27 Using lottie-api to modify properties: https://github.com/felippenardi/lottie-face-control/blob/master/src/utils/LottieWithAnimationControl.js#L11 Note that the controlling the position of Here is a live preview of the above repo: |
Hi, it should be fixed now. |
You are the best! |
@bodymovin I tried to fix it myself, but I was replacing |
I also develop the player, so I knew the name of the property :) |
Just curious on why opacity was named "ks" inside my json |
it shouldn't. |
I'm trying to target Opacity and it won't work. Neither does with Shape Layers and Null Objects.
Can you try targeting the Opacity and confirm it is not working?
The text was updated successfully, but these errors were encountered: