Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.
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. ...
Michael Lloyd's user avatar
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 ...
Moriel Greenberg's user avatar
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 ...
4everJang's user avatar
  • 333
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 ...
otherelse's user avatar
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 ...
Y D's user avatar
  • 51
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> ...
user24042628's user avatar
-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 ...
Iman B. Rad's user avatar
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 ...
mateostabio's user avatar
  • 1,038
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 ...
pbspry's user avatar
  • 127
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 ...
Pawan Nayak's user avatar
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 ...
Imran's user avatar
  • 85
-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)....
bob's user avatar
  • 21
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 ...
Jack's user avatar
  • 79
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)...
Donovan Mendoza's user avatar
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([...
Hütti's user avatar
  • 60

15 30 50 per page
1
2 3 4 5
409