10,193 questions
0
votes
0
answers
23
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
81
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
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 ...
1
vote
2
answers
210
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 ...
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
...
0
votes
2
answers
92
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
0
answers
52
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
0
answers
87
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, ...
0
votes
1
answer
77
views
get an automatic quote slider to slide
I'm a complete beginner in Javascript and I'm trying to integrate a slider for a website without a plugin, where the background is fixed and only text quotes slide in and out automatically.
I have ...
0
votes
0
answers
104
views
Shopware 6.6 product slider: Responsive items not working as expected
Good morning,
I am trying to show a fixed number of items in the Shopware 6.6.10.1 product slider (tiny slider), different per viewport. However, items within responsive do not seem to do anything, ...
0
votes
2
answers
154
views
How to Implement an Audio Playback Progress Slider in .NET MAUI?
In my .NET MAUI Application, I need to implement an audio progress slider similar to the one shown in the attached image.
Image:
The progress bar should:
Fill dynamically as the audio plays.
Pause ...
0
votes
0
answers
14
views
jQuery's native slider does not actually slide while using mobile phone [duplicate]
First off, here's my code:
$("#slider-range").slider({
range: true,
min: 0,
max: 500,
values: [75, 300],
slide: function(event, ui) {
$("#amount").val("$" + ui.values[0] +
" - $...
0
votes
1
answer
54
views
Angular Material 3 change slider toggle colors
Changes from material 2 to 3 breaked a lot of customized color changes.
I know that the main idea in material is to use themes, but I don't want to use a complex configuration to simply change an ...
1
vote
0
answers
96
views
Responsive pure CSS slider/carousel: how to ensure only *whole* flex or grid items are visible?
I'm attempting to make a responsive pure CSS slider/carousel which displays multiple slides at a time. I would like to make sure that only whole slides are visible within the visible bounds of the ...
0
votes
0
answers
51
views
Prevent Slick Slider Classes from Being Added to HTML After Content Edit and download html in jQuery
I'm working on edit content functionality with js where I've dynamically added contenteditable="true" to some HTML elements on click on "Edit text". When i click on "save"...
0
votes
0
answers
57
views
Problem with slider and pie chart in Flutter
I ran into an issue where scrolling the circular slider in the Flutter app causes the chart to scroll unwantedly. I use PieChart and CircularSlider on the same screen, but when I scroll through the ...
0
votes
1
answer
119
views
Android slider value out of range
I have following code:
private fun initSlider() {
binding.sSlider.addOnChangeListener { _, value: Float, _ ->
if (!value.isNaN()) {
viewModel.setValueFromSlider(value....
0
votes
0
answers
30
views
Input range slider issue with Astra theme
issue output
I'm working on a price range slider in a WordPress website using the Astra theme. The issue I'm facing is that the slider is not behaving as expected.
html
<div id="price-range&...
0
votes
1
answer
22
views
Animate Mouths within precomp within time-remapped-precomp
I'm trying to control the opacity of different mouth shapes within a precomp. This works well but not when this precomp is within a time remapped precomp. Even when I script the opacity of the mouth ...
0
votes
0
answers
63
views
Plotly Express - how to set date slider on x,y scatter plot
I'm trying to make a scatter plot that allows me to do a couple things:
Toggle a selected date range that automatically displays the coordinates for each day within the range - I figure some sort of ...
0
votes
1
answer
83
views
Unexpected behaviour in slider's elements with different heights
I have three sections of weather: current weather, 1-day forecast, and finally, 5-day forecast, all sharing the same class weather section but supposed to have different heights.
I added a slide ...
1
vote
0
answers
34
views
rise in jupyter truncates in height in fenced syntax highlight code
I added the following code into a jupyter notebook cell:
# this is just a demo
# line 2
# line 3
# line 4
def fib(n):
if n<1:
return 1
else:
return fib(n-1)+fib(n-2)
if ...
0
votes
0
answers
30
views
Vue3 Tree with TreeItem component, How to get the parent component using composition API
All the children always equal 100%. This means when I increase one child, all the other children are reduced.
I want to change the slider value manually and by programming
I am using typescript in a ...
0
votes
1
answer
54
views
Keeping All Buttons At The Bottom Of The Image Slider
I'm using an image slider on my website. It works well, except the buttons (circular dots) on the bottoms of the slider move down the screen when I resize the webpage.
var counter = 1
setInterval(...
4
votes
1
answer
745
views
How to remove the extra padding around the thumb of a Slider?
I recently updated material libraries and as I see now there is extra horizontal space around thumb, but could not find any info about how to remove it. Has anyone found a way to solve this issue?
...