Skip to main content

Questions tagged [animation]

Animation is the rapid display of a sequence of visuals in order to create an illusion of movement or change.

0 votes
0 answers
4 views

How to make rotate animation in PYQT5?

i have class in pyqt5 where i have a png which is necessary to animate rotating for 6 seconds. I try many ways to make it, but all it didn't work. I will be grateful for your help. Code: class Load(...
user26422922's user avatar
0 votes
0 answers
8 views

Flickering videos when animating with SSR and react-spring

I'm trying to animate a <video> element in a reactjs/nextjs/ssr/react-spring project. Images and other elements works fine, also works when not using ssr. How can I get it to look good and not ...
Daniel Wallman's user avatar
-1 votes
0 answers
9 views

Lottie Animation Error " Unable to parse composition" [closed]

I am try to add the lottie animation to my android studion project with java and kotlin both. But when I use a small file of json may be below 50kb it works fine. But when I use any json file which is ...
Pushpendra Sharma's user avatar
0 votes
1 answer
28 views

How to create this widget with genie effect in flutter?

Animation Hello Flutter community, I'm trying to create an animation in Flutter similar to what is shown in the GIF below: What I Want to Achieve: I have a draggable widget (a box) that the user can ...
suyog kadel's user avatar
0 votes
0 answers
21 views

The rotation animation runs in several cells. How to fix it?

Good afternoon everyone. I can’t understand why, when you click a button, the animation runs in another cell? For example, I click on cell 1, the animation starts on cell 4. Cells are redrawn after ...
Steven Kirke's user avatar
0 votes
0 answers
12 views

Fusion animation with Javascript driven by scroll (GSAP)

i have this animation where the plasmid (circle thing) moves towards a row of objects (blue lipids) and i want the lipids to form a circle around the plasmid while it is passing through the row. I ...
user26412111's user avatar
0 votes
0 answers
26 views

CSS animations just stopped working on React

My css animations just stopped working and i have no idea why, this is a react project i'm working on to learn more about the framework, if someone knows why this happens it would help a lot, thanks. ...
ericericeri_'s user avatar
0 votes
0 answers
15 views

Android animatedVectorResource causes Resources$NotFoundException

I'm trying to use AnimatedImageVector.animatedVectorResource to display an animation in Compose, but every mentioned call causes an exception: android.content.res.Resources$NotFoundException: Resource ...
mipolansk's user avatar
1 vote
0 answers
16 views

How to apply AnimatedVisibility and animateItemPlacement together?

I am using androidx.compose:compose-bom:2024.06.00. The items of a LazyColumn are animated at the launch of the screen: @Composable fun SampleList(samples: List<Sample>) { val state = ...
JJD's user avatar
  • 51.3k
4 votes
0 answers
40 views

SVG Mask Reveal Animation Not Working on iOS 16 and macOS Safari

I've created a reveal animation using an SVG mask to reveal the content of the page. The animation works perfectly on Chrome and other browsers. However, on iPhone iOS 16 and macOS Safari, the SVG is ...
10daer's user avatar
  • 41
-1 votes
1 answer
13 views

How can i implement a tab selector for BottomNavigationView?

Hellow there, i just wanna implement a tab selector for BottomNavigation view like this: At the moment i don't care about the item animations, i only want to put the bottom rectangle for the selected ...
Daniel Francos's user avatar
0 votes
1 answer
16 views

SwiftUI NavigationSplitView - Nested List Not Animating

I've encountered a SwiftUI NavigationSplitView bug in my app that I'd appreciate help with, I've spent quite some time trying to work out a solution to this problem. I have a main list, which has ...
Eytan Schulman's user avatar
0 votes
0 answers
32 views

How to create changing word animation in CSS?

I'm trying to achieve the effect of a changing word in the middle of a sentence, but I don't understand why the word after using the code runs away to the middle of the page instead of being where it ...
Łukasz Wójcik's user avatar
-4 votes
1 answer
38 views

How to achieve widget animation like some app on the App Store? [closed]

Apple don't allow any animation on iOS widget. But I see some app achieve smooth animation already, is there anyone know how to achieve this? app link on app store I tried two ways that other guy ...
X.Coder's user avatar
0 votes
1 answer
19 views

react-spring basic transition with components - background appears, component doesn't "pre-render"

I'm trying to reproduce the "Basic Transition" example from the react-spring website with components imported from a file instead of animated.divs (https://codesandbox.io/s/cisbc). However, ...
Aaron's user avatar
  • 47

15 30 50 per page
1
2 3 4 5
2992