Skip to main content

All Questions

0 votes
0 answers
79 views

Angular :enter and :leave transitions not working (v. 18.0.5)

I am trying to create an :enter and :leave fade-in and fade-out transition for an HTML element, but it doesn't seem to work. Or in some cases works unexpectedly... This is the HTML in my template: <...
szuhaydv's user avatar
1 vote
1 answer
105 views

Match up ease-in-out with ease-out

I have two elements with animation. The first elements animation lasts 1 second and has an easing curve of cubic-bezier(0.5, 0, 0.5, 1) (easing in and out). The second elements animation starts 0.5s ...
CatHat's user avatar
  • 35
0 votes
0 answers
29 views

Scroll Magic transition issues with full screen background videos

I have an issue with animations on scroll magic being funky when scrolling back UP. So in the JSFiddle attached you'll see the animations looks fine on the way down. However on the way up it sort of ...
whitebuffalowanderer's user avatar
1 vote
3 answers
71 views

Want to change animation speed of all child elements on hovering on the parent element

body { padding: 300px; background-color: rgb(15, 19, 24); } .m { display: flex; justify-content: center; align-items: center; transition: all 0.8s ease-in-out; } .m * { transition: all ...
Anhad Sharma's user avatar
-1 votes
1 answer
51 views

Is it possible to make an animation effect with this only image using CSS?

I would like to use this image of "Pikachu" running, without having to create a gif (as it is heavier), and I would like to use this effect of him running in css. How would I use this code? ...
HEYPIKACHU's user avatar
0 votes
0 answers
21 views

How to preserve CSS animation when state is updated?

I aim to maintain the functionality of closing all 'details' elements when one is selected, leaving only one open at a time. However, I'm encountering challenges with the smooth transition when ...
Luiz's user avatar
  • 27
-1 votes
1 answer
56 views

How to make bottom element animate using css when top element is removed from DOM? [duplicate]

Lets have 2 divs one is red in color and other is blue. Red div is on top and blue on bottom. Now on removing top element, bottom element shifts upwards. I basically want that when blue/bottom div ...
djmayank's user avatar
  • 392
0 votes
1 answer
30 views

Framer motion does not transition when closing component

I'm having trouble with transition effects when closing a conditional rendering component like a sidebar. It works normally when opening, but not when closing. Can someone help me? const { ...
Daniel Gonçalves dos Santos's user avatar
1 vote
1 answer
66 views

how do I make css transition not effect my javascript

I have a circle that follows my curser and I also made it expand when I hover over any text. The problem is when I try to add a transition: 2s; to the CSS to make it expand smoothly. When I add it it ...
Owen Anderson's user avatar
0 votes
0 answers
71 views

Smooth Grid Item Transitions on Hover

I have this table which is by default 3 columns 2 rows (3x2). When the on :hover happens it becomes 2 columns 3 rows (2x3) default---(3x2): | 🐱 Pig | 🐦 Pidgeon | 🐢 Turtle | | 🐟 Fish | 🐱...
Y-A-U-grey's user avatar
0 votes
1 answer
75 views

How to add delay to Javascript transition?

This is my Javascript code - var slideshows = document.querySelectorAll('[data-component="slideshow"]'); slideshows.forEach(initSlideShow); function initSlideShow(slideshow) { var slides ...
jfc's user avatar
  • 387
0 votes
2 answers
80 views

Is it possible to use <hue-interpolation-method> with animations or transitions?

Is it possible to specify a <hue-interpolation-method> for anything other than gradients; specifically: transitions or animations? .box { width: 300px; height: 50px; } .box.gradient { ...
JS_Riddler's user avatar
  • 1,570
0 votes
0 answers
41 views

How to make image zoom in transition when hover on javascript / css

i'm trying to achieve this effect where when users hover over a div, an image will appear, and users can click on the div to be redirected to a link. I'm able to make the image appear now and follow ...
radjsh's user avatar
  • 11
0 votes
0 answers
48 views

Vertical animated text rotation for more than 4 lines

I need to create vertical animated text rotation. I found this Vertical animated text rotation But there are only four lines of text and I need 5 sentences. Any idea how to make same effect with more ...
Digambar Patil's user avatar

15 30 50 per page
1
2 3 4 5
47