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
5 views

Flutter - Smooth transition during icon color changes

I'm currently working on an app using Flutter, and I'm trying to achieve a smooth transition when changing the color of an icon. Here's the code for my icon: Icon( widget.icon!, color: ...
Furiy's user avatar
  • 41
0 votes
0 answers
4 views

How do I include figure text outside the plot in matplotlib animated chart?

I am trying to include a figure text outside the plot @(0.15, -0.25). This works in a normal chart. But when I try yo animate this, it gets eliminated. Basically anything that is outside the plot (...
Nitin's user avatar
  • 79
0 votes
0 answers
12 views

Need help setting rms values with code. trying to animate talking with pictures

import cv2 import numpy as np import wave import os import shutil # Constants AUDIO_FILE = "/home/kit/sfml_project/sound_test/Start-1.wav" IMAGE_PATH_CLOSED_1 = "images/Start4.png"...
kit zoro's user avatar
0 votes
0 answers
50 views

How do I replicate the exact animation done on flecto.io hero section

I came across https://flecto.io(use a vpn if the site doesn't open) and the site caught my attention. I want to replicate the animation in the hero section. To be more precise, that is the part where ...
Etemire Ewoma's user avatar
-5 votes
0 answers
19 views

Does anyone know how to create this cursor shape effect? [closed]

The idea is having a shape. When the cursor hovers and then moves away from the shape, part of the circle stretches towards the shape before moving back. Steps: First the cursor can hover over the ...
echoes-in-eternity's user avatar
0 votes
0 answers
15 views

When saving WebP using PIL in Python, the last pixel (bottom-right) becomes black

Problem: When saving a sequence of images as a lossless WebP animation using PIL, the last pixel (bottom-right) becomes black. from PIL import Image for png_file in png_files: image = Image.open(...
fabpub's user avatar
  • 51
0 votes
0 answers
9 views

Varying the number of points per frame in FuncAnimation

I'm trying to create a 3D animation of the moon's orbit around the Earth. Each point in the time vector ('times') that is used to create the orbit data is not equally spaced, however, I would like to ...
Anna Boese's user avatar
0 votes
0 answers
13 views

Create live audio waveform

I'm looking for a mechanism to create a waveform audio interface like this image. Specifically I want to animate the scrolling of such candles. At the same time, I also want to know the mechanism to ...
Vũ Đức Hoàng's user avatar
1 vote
0 answers
15 views

SF Symbol replace animation size is off

I want to achieve this animation where the wifi symbol is slashed: It's partly working, but the wifi bars are scaling and moving I'm using this code: Image(systemName: showSlash ? "wifi.slash&...
Tieme's user avatar
  • 64.3k
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
12 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
34 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
23 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
14 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
30 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

15 30 50 per page
1
2 3 4 5
2991