10,192 questions
-1 votes
0 answers
27 views
How can I add animation to image slides?
How can I insert an animation code here so that the images will rotate in a carousel? var swiper = new Swiper(".mySwiper", { slidesPerView: 5, spaceBetween: 10, breakpoints: { 0: { ...
0 votes
0 answers
28 views
Android react-native-vlc-media-player Seekbar Dragging
I want to add a dragging or seeking capability into my VLC component on android. But could not find a reliable solution to it. Because when i drag the video frames repeat for some time. How to add ...
0 votes
1 answer
87 views
NiceGUI and Image Flicking during brighness adjustment
I would like to know why image flicking while adjust it's brightness during adjustment. here is my script: from nicegui import ui from PIL import Image, ImageEnhance import io, base64 original_image = ...
0 votes
0 answers
41 views
Swiper.js centeredSlides with loop not showing next slides on mobile
I'm using Swiper.js with centeredSlides: true and loop: true on mobile. I want the current slide centered and the previous/next slides partially visible (about 20% on each side). Currently, the first ...
0 votes
0 answers
53 views
<input type="range"> can't be dragged in Chrome [duplicate]
Sometimes in Chrome dragging the <input type="range"> slider doesn't work, the slider freezes. I figured out that this happens when that DOM element is selected by the user, which ...
0 votes
1 answer
45 views
Bottom border animation is not activating
<section className="accessories bg-blue-600 p-8"> <div className="container max-w-7xl my-0 mx-auto"> <div className="accesories-wrapper"> &...
1 vote
2 answers
221 views
Swiper slider with box shadow
I have a problem with SwiperJS slider - I would like to add for each item a box-shadow. When I wrap it with swiper CSS classes then I can see that overflow is hidden and crop my shadow. How can I ...
0 votes
0 answers
53 views
Deactivate slider from user click
I want to deactivate my slider so the user won't be able to touch it. I found the isClickable, but it works only for buttons. What is the equivalent of a slider? My XML: <Button android:id=&...
3 votes
1 answer
60 views
Matplotlib slider not working when plot is updated in separate function
I am using matplotlib's Slider to do a simple dynamic plot of a sine curve. I want to change the frequency using a slider. The code looks like this: import numpy as np import matplotlib.pyplot as plt ...
1 vote
0 answers
51 views
Issue with Zoom In / Ken Burns Animation on Slider Images
I have successfully installed Smart Slider 3 and created a slider with images and links. Now, I'm trying to add a Zoom In / Ken Burns effect to each image. However, the effect stops working after the ...
0 votes
2 answers
93 views
JS slideshow that displays caption in two different places in the HTML [duplicate]
I'm trying to create a slideshow gallery using Javascript that displays the caption in two different places in the html - above and below the slideshow. The reason for the redundancy is to incorporate ...
0 votes
2 answers
86 views
How do i enlarge the first image in a CSS Slider? [closed]
I'm looking for a way to enlarge the first image of a CSS Slider when i hover but when i scroll to the next, the first image becomes small and the next is big. As of now, the slider only enlarges an ...
0 votes
0 answers
55 views
Keen-slider dimensions issue when is placed in the grid
I'm using Keen-slider in React project and have found a strange issue in sliders behaviour when it is wrapped with div and placed in grid column which width is defined in percents or in fr. In this ...
0 votes
1 answer
57 views
I'm using Flutter's `RangeSlider` and trying to make the thumb (drag circle) smaller
I'm using a RangeSlider and I want to reduce the size of the thumb (the small circle used to drag the slider). I tried using RoundSliderThumbShape(enabledThumbRadius: 4), but the thumb still looks ...
0 votes
0 answers
88 views
Menu with method translate(x) + transition
I need help with my flyout / slider main menu I have extracted it here on this website what I want Extracted draft page to describe my problem With this, I admit, outdated method, it works in a way, ...