6,124 questions
0
votes
1
answer
28
views
How to turn off the default animation or disable animations for elements in WordPress?
WordPress Theme: AIPT Modeltheme
I have been through files like animate.css but I can't find a default setting. Chat GPT advised me to look for data-animate= and then edit it, but I can't find that.
...
2
votes
0
answers
78
views
Animate vrm avatar with Three.js
How to make a vrm avatar move according to the json file that contains the coordinates of the mediapipe pose, hands, face.
I know the Hands have 21 landmarks each for left and right, Face Mesh (uses ...
0
votes
1
answer
38
views
How can I make jQuery scrollTop move immediately?
I need to reload HTML pages to a specific location, which is injected as sScrollPos variable into the HTML by my server code. I cannot use named targets as I need to return to the vertical scrolling ...
0
votes
0
answers
36
views
javascript in Adobe Animate frames
To learn and experiment with JavaScript I am using the following approach/structure:
I have individual blocks of code in several individual frames, all of them in one Action named layer.
This way I ...
4
votes
0
answers
876
views
React Framer-Motion Overflow X problem. Unable to animate Translate X without overflowing
What I want to do is animate 2 ships flying in, one from the left, another from the right, and they stop at about 75% of the page each.
The issue is using x / translateX in framer motion, using any ...
0
votes
3
answers
298
views
Need help to create animation to randomly change text characters in JS
I need to make animation like on this website in menu:
https://displaay.net/typefaces/retail/
Is there an existing solutions? I've tried to make it with copilot, but didn't succeed.
<script>
...
-1
votes
1
answer
113
views
Move element horizontally while scrolling vertically in pure JavaScript
I want to move an image from the very left side of the screen as soon as it appears and while scrolling, it should move to the right side of the screen. I need to achieve this in pure JavaScript or ...
0
votes
2
answers
2k
views
How to Lottie Animation SVG
I'm new to lottie files, I've created animations in after effects for video, and I think thats the method I'll be using, from illustrator to After effects, or figma to after effects.
What I'm trying ...
0
votes
1
answer
43
views
Jquery animate by class, but set distance dynamically by each div's individual data attribute
I need to be able to chain a series of animations together via callback functions so that they execute precisely one after the other. However, several of these animations affect multiple divs at the ...
0
votes
0
answers
39
views
JavaScript code is not working in angular .ts file
**this is my HTML Code **
<section class="funfactSection">
<div class="container">
<div class="row">
<div class="col ...
0
votes
2
answers
59
views
Animate Alpha ImageView Fade In Fade Out
In the observe method of a view model, a new Observer is listening for an API response which is working correctly. However based on the response, it is calling the following code to show a success or ...
-1
votes
0
answers
140
views
Why I'm having the error ((jQuery.event.special[handleObj.origType] || {}).handle || handleObj.handler).apply is not a function
I'm trying to import a custom jQuery plugin and apply it on a mouse move event via javascript. But I'm having an error ((jQuery.event.special[handleObj.origType] || {}).handle || handleObj.handler)....
0
votes
1
answer
21
views
JQuery .animate scrollTop fails to scroll TV presentation
I've been trying to scroll a long/large with JQuery .animate. But I'm not getting ANY movement. I'm including the html of divs and output before and after .animate.
Any help would be greatly ...
0
votes
0
answers
31
views
jquery 'animate' backgroundcolor'
I applied 'animate' to element 'card_id' on the next lines but it doesn't work, Can someone help and support me please?
window.navigate_item = function (id) {
let item = data.find(i => i.ID == id)...
0
votes
1
answer
761
views
How to change the Color of a MathTex in Manim (animation)?
function14 = MathTex("4", "a", " - ", "2", "b", " + ", "1", "c", " = ", "0",
font_size=40).move_to([...