1,811 questions
1
vote
1
answer
104
views
swipe action on desktop via mouse slide action
I managed this much to get swipe working on mobile devices and it does work on desktops too (macOS and Windows) using the mouse / trackpad swipe action. But I can't get it to work using mouse slide.
...
Advice
0
votes
3
replies
71
views
Powerpoint reset presentator timer on Slide 2 (Or leaving slide 1)
I have my presentation on the first slide while the room fills.
I would like the Presentation timer to reset when moving to slide 2.
I can't seem to remember to either, press reset or pause/start to ...
-2
votes
1
answer
98
views
Tkinter Volume scale/slider doesn't set volume
I have a slider to change the volume on my PC when I change the scale. However, it doesn't set the volume at the moment and I don't know why. Can someone please help me?
My code:
from tkinter import *
...
1
vote
0
answers
60
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
0
answers
74
views
Why is my Javascript Carousel Starting On the Wrong Slide?
I was building a carousel for my portfolio and for some reason it is starting on the wrong slide. I am using html, css, and javascript. Everything looks good in terms of the content, but for some ...
0
votes
0
answers
228
views
LabView: How do I use a Boolean Toggle switch to set my slider "Enable State" to "Disabled & grayed"
I have a Numeric Slide control and a Boolean Toggle switch
I can control the output of the Slide control with the Toggle (False = output always "0", True = output always slide value). But I'...
1
vote
2
answers
227
views
How does resume functionality work in SCORM 1.2?
I am from developer background and my query is regarding a SCORM having no prior experience on it. We are using SCORM 1.2
Problem Statement : When the user will leave the SCORM then it need to resume ...
0
votes
2
answers
96
views
How can I create following slide transition animation for search field in flutter?
I am new to flutter and wanted to build some widgets to practise. I am trying to develop this search field from Zomato app which has some animation. I have completed UI but I am not able to implement ...
1
vote
0
answers
38
views
Enemy slide when colliding with the player
When the enemy is hit by the player, it will slide backwards until the end of the world. I'm using Terrain as the ground. Is there anything I need to add, or is there an additional LayerMask setting ...
0
votes
1
answer
47
views
How to use the scrollLeft inside this code?
let slideIndex = 1;
showSlides(slideIndex)
function plusSlides(n) {
showSlides(slideIndex += n);
}
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
...
0
votes
1
answer
55
views
Slide Animation in flutter is not working as expected
I have a widget placed in a stack widget. i want to animate it from bottom right to bottom centre. but whatever i do, it doesnt work. below is the code
import 'package:flutter/material.dart';
class ...
0
votes
0
answers
266
views
PowerPoint Slide Count Using Excel Power Query Using Get Data From Folder
How do I get the total slide count across multiple PowerPoint presentations? I have a folder with ~100 PowerPoint files and I'm curious to know the combined slide count.
I used Excel Power Query >&...
0
votes
1
answer
140
views
Flutter ListTile content overlay Card when apply Slidable
I am applying a Slidable widget on my Card widget to allow user to take do action based on their needs. However, when I slide the card the content in the card overlay the Card widget which doesn't ...
0
votes
1
answer
68
views
The slide animation is not working when scrolls down
I want that when user scrolls to that part of website animation triggers, means when that part comes in user's view the animation happens, here I am talking about the div class part 2, the part 1 ...
0
votes
1
answer
2k
views
Splide Slide issue when onClick elements are on a loop with perPage set
I have an issue when I want to click on an element in my Splide slider. Clicking on the first 5 elements of my first loop works, but as soon as the second loop of 5 elements comes in, the elements ...