Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [slider]

A graphical widget in a GUI with which a user may set a value by moving an indicator. For a rotating display of content that usually includes "next" and "previous" buttons to rotate through the content, please use [carousel].

1 vote
1 answer
62 views

How to create a Semicircular Slider using Jetpack Compose canvas?

I am pretty new in Android Studio and need to make a Slider to view data received by an Arduino via Wi-Fi (Temperature and Light). I want to have a SemicircularSlider.kt composable that receives the ...
Joaquin Hazzi's user avatar
0 votes
0 answers
7 views

why 4th and 5th inner slide in splide.js not worked?

I added new template for wordpress, and use template on my page to have fully output like have main slider horizontal and inner slider in each slide is vertical, all full width and full height,my code:...
Iman Hasani's user avatar
0 votes
0 answers
13 views

Swiper JS Not responding same on two pages

I have troubles with swiper JS. I use Webflow. There are two instances of the Swiper, left and right. When the slide change on the right, the text (left side) is fading incomplete over the previous ...
Érick Vallart's user avatar
2 votes
1 answer
35 views

Material-UI slider with multiple useState is duplicated on click

I'm trying to create a font size and font weight previewer using Material-Ui sliders and useState, but when I click the first slider after clicking the second, the first slider is duplicated. Here is ...
mettamyron's user avatar
0 votes
1 answer
40 views

How to update mui slider value with input field?

MUI slider running with min and max value with const minVal = 8; const maxVal = 255; <Slider value={range} min={minVal} max={maxVal} onChange={handleSliderChange} valueLabelDisplay="...
Mo.'s user avatar
  • 27k
0 votes
0 answers
14 views

How to load slick slider fisrt

How to load slick slider before page load. I see that when the page is finished loading, slick will load. I tried putting the slick slider on the header but it still loads after loading the page. ...
Gương Đèn Led Thành Phát's user avatar
1 vote
1 answer
56 views

Before-After Image Slider in SwiftUI

How to implement a before-after image slider in SwiftUI? I've searched the entire internet, but the problem remains unsolved. I have an implementation, but it doesn't work correctly. When you start ...
Олександр Романюк's user avatar
0 votes
0 answers
38 views

WordPress: Mouse Hover Effect In Elementor Slider

I am trying to get an effect in my Elementor slider but not able to get it. when you check the reference site you will notice that there is no navigation arrows on the slider but ASAP mouse hove the ...
MSZ900's user avatar
  • 29
0 votes
1 answer
86 views

MAUI: How to disable the DragCompletedCommand of Slider when click lower time

Using this thread I implemented the slider reduction prevention logic on my MAUI application. But I have a DragCompletedCommand also in the Slider and which will do some actions. Here when clicking ...
Matthew Pans's user avatar
0 votes
0 answers
29 views

How to change the value of a FluentUI slider in a Jest unit test?

I am writing a Jest unit test and I would like to change the value of a FluentUI slider. Here is the control: <Controller name="zodApplesQuantity" aria-...
andré marquis's user avatar
0 votes
0 answers
14 views

Primeng Slider Tooltip

I want to have cutomized tooltip for my primeng slider. Currently what it is(by default): **What I Want: ** I have found in some of the old posts that there is no way to do it. If anyone still got ...
Jawad's user avatar
  • 81
0 votes
1 answer
111 views

MAUI - How can slider reduction be prevented?

In my MAUI application, I am using a slider to set a timer. The user can set the desired time by sliding the slider to the appropriate position. Once the timer is started, I want to prevent the user ...
Matthew Pans's user avatar
0 votes
2 answers
45 views

How to change the circle color of Slider of SwiftUI?

I am trying to change the color of the circle of the SwiftUI Slider. But, unfortunately, I couldn't find a way. I am sharing the code I did till now. and also the screenshot of the view. I don't want ...
Md. Sulayman's user avatar
0 votes
2 answers
86 views

MAUI: Slider is not sliding properly

I have a slider in my UI and I am not able to slide it properly. Below is the code: <Slider x:Name="watchme_slider" Grid.Column="1" BackgroundColor="White"...
Matthew Pans's user avatar
0 votes
0 answers
20 views

when i use direction vertical in swiper slider swiper-slider get infinite height

When I use direction vertical in Swiper.js slider swiper-slider get infinite height. function imgWithTextSlider() { var swiper = new Swiper(".imgWithTextSlider", { ...
Rinkesh's user avatar

15 30 50 per page
1
2 3 4 5
681