Skip to main content
1 vote
0 answers
58 views

Issues with Animation Flickering and Color Artifacts in STM32 SSD1331 using Double Buffering

I’m new to C programming language and working with STM32 microcontrollers, so I apologize in advance for any trivial or naive questions. I’ve been working on an animation for an SSD1331 OLED display ...
tospros99's user avatar
0 votes
1 answer
72 views

How to prevent image blurring/flashing while moving?

I've recently created a camera which follows the player around the map. The camera centers the player in the middle and can zoom in and out with CTRL+Scroll wheel. camera_handler.py: import pygame ...
rubysilver's user avatar
0 votes
0 answers
50 views

React-Native PencilKit: Strokes at the edges of canvasView flicker for a couple seconds when user draws after zooming in on canvas

Implemented iOS PencilKit for React-native with a native bridge. The canvasView's content area can be panned and zoomed. However, I'm encountering a strange behavior... When drawing in the content ...
Chris's user avatar
  • 13
0 votes
0 answers
23 views

Screen is flickering when I click on lead more button 3rd time

I have react component and I display some locations there when I click on load more button but it works for 1st and 2nd time but when I click on 3rd time my scroll bar and screen starts flickering and ...
syed1234's user avatar
  • 835
1 vote
0 answers
53 views

Adding ZOrder to JLabels causes them to Flicker in Jframe

I am trying to make a 2D game using Java Swing, but I am running into some trouble. I added ZOrder to my JLabels because I wanted them to appear in a certain order, but it caused them to start ...
asdadada's user avatar
0 votes
0 answers
26 views

Three.js: How to prevent flickering, which occurs when page restarts. (White flashing)

On my discover flickering occurs when page “off”. Effect act during 1-2ms in canvas. Moreover this problem may occur or not occur in any canvas blocks on page. I tested more variants of solution this ...
AlexGroz's user avatar
0 votes
0 answers
16 views

quickly flipping UIPageViewController shows a momentary flickering white blank space

while flipping the UIPageViewController quickly, there is a very short tiny whitespace flicking before the next slide comes up, even when I flip slower, I still notice a white line in the right. why ...
feiyuerenhai's user avatar
0 votes
0 answers
64 views

Hero with CachedNetworkImage

I have a list of speakers. When I click on any of the items, I navigate to a page with details about that speaker. During the transition, a small avatar transforms into a large one using the Hero ...
MipZ's user avatar
  • 3
0 votes
1 answer
27 views

How can I solve flicking problem on hover by event handler or raw CSS?

I am facing a flickering problem on img Hover. I want to show all img as grid from 6 to 3 on img hover . For this , I use event handler & state. But , because of event function using, it is ...
Zannatul Ferdousi Hema's user avatar
0 votes
0 answers
20 views

Endless scroll issue on mobile devices with Javascript

I'm building a homepage with an endless scroll. When the scroll reach the bottom of the page, the elements (mainly images) inside the div .js-scroll-container are cloned and the user can continue to ...
Mathieu Préaud's user avatar
0 votes
1 answer
48 views

Python: Tkinter frame appearing/disappearing and not showing children widgets

I am making a game to test my skills, and i created a frame that should show a few more frames containing labels with text and images. For some reason, the main frame appears and disappears by itself, ...
AlfaaMangovskyy's user avatar
0 votes
0 answers
61 views

Flutter desktop app flickers on Windows 7 launch

I'm developing a desktop app using Flutter and I've encountered an issue specifically on Windows 7. When launching the app on Windows 8, 10, and 11, everything works fine without any flickering. ...
Nazish Hussain's user avatar
0 votes
2 answers
199 views

Tkinter Image Flickers When Updated

I'm currently messing around with animating Images in Tkinter and I've found that when I rapidly update an image (to create a scale animation) it flickers and looks choppy as a result. Is there a ...
nezzled's user avatar
  • 93
1 vote
0 answers
270 views

I am using the swiper library and a flickering phenomenon occurs

<Swiper className='main_swiper' modules={[Pagination, Autoplay]} pagination={{ clickable: true }} navigation={{ nextEl: '.swipers-next', prevEl: '.swipers-prev', ...
user23945025's user avatar
1 vote
1 answer
123 views

How can I stop Sprite2D objects from redrawing in Godot?

I'm making a 2D turn-based game. Various Node2D objects move when a player action happens. But when they move, they make physics-based checks. Since I want that move that the previous node made to ...
Jim's user avatar
  • 1,044

15 30 50 per page
1
2 3 4 5
58