You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main idea is that I'm using the Visemes, which comprises a total of 22 visemes (animated from 0 to 1). All 'Visemes' created in Rive with identical animation durations of 10ms, for instance.
Depending on the Viseme, I'll trigger one of the 22 animations within a specific time frame, resulting in an animated-speaking avatar.
Question 1
Is it possible to control the animation speed of each trigger and adjust it dynamically, not limited to the constant animation duration of 10ms from Rive, but rather allowing control and dynamic adjustment on the Flutter side? For instance: Setting one trigger animation to 200ms and then to 3ms, and so on.
Question 2
Additionally, here's what I found online: link
Was this done on the Rive or Flutter side? Were the joysticks controlled from the Flutter side?
P.S. How would you suggest creating something similar on the Flutter side?
In the video, I have 2 triggers, and I need to set a custom duration for each trigger animation every time from Flutter code.
I've reviewed the 'apply()' method, but I believe I may be using it incorrectly.
Description
The main idea is that I'm using the Visemes, which comprises a total of 22 visemes (animated from 0 to 1). All 'Visemes' created in Rive with identical animation durations of 10ms, for instance.
Depending on the Viseme, I'll trigger one of the 22 animations within a specific time frame, resulting in an animated-speaking avatar.
Question 1
Is it possible to control the animation speed of each trigger and adjust it dynamically, not limited to the constant animation duration of 10ms from Rive, but rather allowing control and dynamic adjustment on the Flutter side?
For instance: Setting one trigger animation to 200ms and then to 3ms, and so on.
Question 2
Additionally, here's what I found online: link
Was this done on the Rive or Flutter side? Were the joysticks controlled from the Flutter side?
P.S. How would you suggest creating something similar on the Flutter side?
Video
In the video, I have 2 triggers, and I need to set a custom duration for each trigger animation every time from Flutter code.
I've reviewed the 'apply()' method, but I believe I may be using it incorrectly.
Code
The text was updated successfully, but these errors were encountered: