Skip to main content

All Questions

0 votes
0 answers
40 views

Apply several css transforms with transition after each other

I try to have an interactive animation of two (later more) linked rotation tables, the element in the intersection is supposed to be affected by either element. Allowing all 3 blocks to be ordered in ...
Glumbosch's user avatar
0 votes
0 answers
45 views

How to scale an image on hover without messing with other elements, while also respecting max-width, using only CSS?

I'm trying to add zoom on hover to some images. The entire images should be viewable while zoomed in. First I tried classic scale transformation, but it doesn't work well with smaller devices like ...
Destroy666's user avatar
  • 1,398
0 votes
0 answers
23 views

Is it possible when using the css transform property to delay only one value and not the other using transition-delay [duplicate]

I have written the following code in order to animate a hamburger menu using css and a bit of javascript. However, I intend for the animation to work as follows. First, I want the top and bottom line ...
Jude Wallach's user avatar
1 vote
1 answer
67 views

CSS3 animation is different in Chrome and Safari browser

I am trying to create a 3D hover animation effect for a site and it works just fine in Chrome based browsers, since in the development phase it was written with the help of Chrome's inspect tool, but ...
Pandofla's user avatar
0 votes
1 answer
114 views

Why is the transition not working when I am adding the element?

I am creating an element each time when the function is called, but the transition is not always working. I wanted a message coming from the top of the screen but it is adding the element instantly ...
Arijit Dey's user avatar
-1 votes
1 answer
87 views

Transition time and transform's function do not work in css

I'm building an app using javafx 20.0.1 in IntelliJ IDEA 2023.2(Ultimate Edition). Here my css code: .menu_bar { -fx-background-color: #FFC7C7; } .menu_bar Button { -fx-background-color: ...
Rei's user avatar
  • 1
0 votes
1 answer
437 views

Difference between transition: scale VS transition: transform VS transition: all

I am applying multiple transform functions - scale() and translate() - in CSS and want to apply transition to only scale property, so I tried the following code block below: input:focus + label, input:...
backtosqaure1's user avatar
0 votes
1 answer
33 views

React and CSS: Timing function is not executed correctly

React and CSS make nothing but problems in my experience. The child-section Todo is supposed to smoothly transition to the side, out of bounds. Instead, it just happens immediately. What to change? ....
marian's user avatar
  • 23
0 votes
0 answers
67 views

Label above the input box

EXAMPLE: https://imgur.com/a/jDLedU8 (Only works when i use @) I have 2 input boxes and an effect that when I click inside the input the label goes up to visualize what I am going to write, when I ...
user avatar
1 vote
0 answers
619 views

Flipping a card in React

I have this component that works, but I want to add the effect of the text staying on the card while it is rotating. Right now when you click on the card, the text disappears, the card rotates, then ...
Amelia W's user avatar
  • 101
0 votes
1 answer
81 views

Transform: translateZ only applying after transition has finished

Have I ran into an edge case that causes a rendering bug, or have I written some terrible CSS? To replicate this, I've written the following demo: The body element nests a square div that has a span ...
Vlad Solomon's user avatar
0 votes
0 answers
223 views

CSS: How to apply transition to variable

So I have this spinning crystal that spins at one revolution per 10 seconds, but while the mouse is hovering over it I want the seconds per revolution to gradually ramp down to 5 seconds, ie. spin ...
halsemarathmellsphv's user avatar
-1 votes
1 answer
29 views

Transition/animation not working if element is before the toggle

I want to animate the visibility of a few elements, and I isolated this code to show that only the elements after the toggle work, not the ones before (the thing I would need): is there any ...
Andrea's user avatar
  • 565
0 votes
1 answer
174 views

How do trigger a transionend event after another transitionend event triggered?

My second transitionend doesnt get triggered at all and my first transitionend gets triggered to early. I want to let a div transform to the left out of the window and when finished display none and ...
Batcha's user avatar
  • 1
1 vote
1 answer
1k views

How to animate height with transform without squishing content

In my project I have been using jQuery slideUp() to slide up an element in a 200 item list when the user clicks a button. But, as everyone knows, animating CSS height requires a reflow, making the ...
cytek04's user avatar
  • 556

15 30 50 per page
1
2 3 4 5
30