127 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
86
views
Rive RiveRuntime crash IOS when try to load a file with multiple artboard
I have a .riv file with two artboards (see screenshot):
• Button Play
• Stars
In SwiftUI I’m loading it with RiveRuntime. If I don’t specify an artboard, it loads the first artboard (Button Play) ...
0
votes
1
answer
80
views
RiveAnimationView setOnclickListener not working
I want to make RiveAnimationView animate and open navigation drawer in Android with kotlin
But when I click on it it's animated but IT didn't open the navDrawer because setOnClickListener didn't Work ...
0
votes
0
answers
47
views
Using Rive in Flutter creates Matrix4 entries must be finite error
I'm having trouble with Flutter and Rive. I'm pretty new to Flutter and I want to integrate Rive animation into the app.
Here's my SDK version:
environment:
sdk: ^3.8.1
and this is my Rive version:
...
1
vote
0
answers
93
views
Flutter Bottom Navigation Bar with Rive Animations Only Works After Hot Reload
I'm building a Flutter app with a custom bottom navigation bar using Rive animations. Each navigation item has a Rive animation that plays on tap, and pages are switched using IndexedStack.
Problem:
...
0
votes
1
answer
117
views
Add Rive library to the Android Soong app
How to add the Rive library to the Android Soong App.
I have tried to add the rive aar file from https://mvnrepository.com/artifact/app.rive/rive-android
0
votes
0
answers
303
views
Warning: TypeError: Cannot read property 'bubblingEventTypes' of null after trying to use Rive in my react-native app
I am working on a React-Native App and wanted to use some cool animations using Rive. I worked before with Lottie, but this time I wanted to use Rive because of the State Machine features.
Imported ...
0
votes
1
answer
81
views
Flutter/Rive, State Machine. Animation works fine, event never triggers
Trying to test rive animations in flutter and use changable data based on rive triggers.
The rive file is a simple click animation and works fine but the event 'onRiveEvent' never fires so I can't ...
0
votes
0
answers
67
views
Flutter rive wheel spins properly in windows app but lagging in android, wheel sound is also lagging, what could be the reason?
Built flutter windows and android app which contains rive wheel animation. Animation always spin on time in windows app, but lagging in android. Playing sound with rive file is also lagging. What ...
0
votes
0
answers
147
views
How avoid extra space for animation Rive Android Compose
I have a Rive file. But when rendering it, it needs the space required for the animation to be displayed. It happens that I only want that it occupies the space of the icon and that it does not ...
0
votes
0
answers
109
views
How do I make a Rive Animation animation sync with Scroll
I'm trying to make the following code play my rive animation in sync with the scroll, but it doesn't work. Can anyone help?
It just keeps playing automatically and the scroll isn't having any impact ...
2
votes
1
answer
267
views
Rive is blocking touch events
I have tried wrapping rive with a view and adding the prop pointerEvents={"none"} still no effect.
<TouchableOpacity onPress={()=> console.log("Hello")}>
<Rive ref={...
0
votes
1
answer
70
views
Animation doesn't load on first press
Problem:
I'm working on a dice roller app using Flutter and Rive animation. The dice animation doesn't work on the first button press, but it works fine from the second press onward.
I loaded the Rive ...
2
votes
1
answer
137
views
How do I call the inputs of nested artboard 'mouth' used in my main artboard in flutter?
I'm using Rive in my Flutter app for animations. I have a main artboard with a nested artboard called "mouth." I want to access the inputs (hear and sad) from both artboards, but I'm having ...
0
votes
0
answers
208
views
Trying to dynamically render a background of stars in Vue with Rive Animations
I am currently attempting to create a background for my website I am building using Vue. I have created small star animations in Rive and turned those animations into Vue Components. I am trying to ...
1
vote
0
answers
280
views
React Rive change animation state with prop change
So I am new to Rive and was hoping to add a simple animation to an application. I have a parent app that is calling the SystemActive component and passing the statemachine via the action prop ("...