Skip to main content

All Questions

Tagged with
0 votes
1 answer
40 views

Css transform zoom in and out scrolling issue

I have 3 divs with the transform being on the 2nd div which has a div inside of that. I have added zoom in and zoom out buttons but when I zoom in I can't scroll all the way to the left and top but ...
user26813661's user avatar
1 vote
2 answers
44 views

How to make the background color or image of border-radius appear as intended

I want the background color or image of .txt to be displayed as the background color or image of the border-radius of .next. I'd like to know how to do this without changing the transform of .txt. ...
eternal novice's user avatar
0 votes
0 answers
17 views

container-type not working for element with auto/fit-content...Any workaround? [duplicate]

So just a background .. I am creating an application with good amounts of CSS Animations due to which my sites performance is reducing ... I want to use transform everywhere in my site so it performs ...
Mohammed Malleck's user avatar
0 votes
0 answers
30 views

Transition: transform is acting weird when on different zoom level

I have a html dashboard script that include a compass , red arrow and a ship. Scenario : When the api provide value heading, the red arrow and the ship will rotate based on the direction given. For ...
lookpix3000 lxx's user avatar
0 votes
1 answer
50 views

Canvas zoom with CSS transformation

In the following code I have a problem with zooming. When the Mouse is on one position and I zoom to this position, everthing is fine. But when I move the Mouse to another position and zoom there, ...
Carsten1975j's user avatar
0 votes
1 answer
55 views

css 3 image hover overlay

I have created an image effect where an image is zoomed in on hover, while the overlay text stays the same size. I am now trying to create a semi opaque dark overlay over the image on hover but the ...
Fangles's user avatar
  • 15
-1 votes
2 answers
117 views

Butterfly flapping wings animation SVG

I'm trying to animate butterfly wings, which should look like butterfly flapping wings. Can you help me achieve this? Here is the JSfiddle: https://jsfiddle.net/qfoy6hbc/ .butterfly { width: ...
virat's user avatar
  • 105
0 votes
0 answers
26 views

How to Create a Page Rotation Effect using CSS Transforms on Scroll?

<html> <div className="z-10 w-full h-screen bg-[#192c4e] scroll-transform-container "> <div className='flex justify-center items-center w-full'></...
Aniruddha Gade's user avatar
0 votes
2 answers
51 views

i written a code to make a loader in css. i tried to rotate the internal div 360deg but it is rotating outside of the main div .have used position

* { margin: 0; padding: 0; box-sizing: border-box; } html { font-size: 50px; } body, html { width: 100%; height: 100%; display: grid; place-items: center; ...
Sainath Shetty's user avatar
0 votes
1 answer
172 views

How can I translate a child div from the bottom left to the top left of it's parent without it moving outside of the parent?

I'm trying to translate a .text-container from the bottom left to the top left of it's parent div on hover. I'm using percentages for the transform: translate(0, -100%); This works in certain viewport ...
edray's user avatar
  • 5
1 vote
1 answer
29 views

How can I make an animation after a transition

@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap"); body { background-color: black; margin: 0; padding: 0; box-sizing: border-box; display: ...
Ahmed's user avatar
  • 11
1 vote
1 answer
48 views

How to flip the back side of the card image

I needed a card flip effect which is working but the issue is that no matter what I do, the back of card always stays inverted on hover, below is the code for it. The preview of the below code is ...
AkulSharma's user avatar
1 vote
1 answer
79 views

How can I trigger 2 transforms one after the other with a delay in CSS?

I'm making a menu button with 3 bars (sometimes referred to as a hamburger button) that turns into an X when clicked. I can't figure out how to trigger 2 transforms in one element without them ...
TheDudeofDC's user avatar
0 votes
0 answers
33 views

transform element inside grid layout does not work CSS

The following is my HTML and CSS Code. I dont know why transform inside the selector "section > .back" does not work. I think it could be, because of the grid or position absolute, but I ...
MEsc's user avatar
  • 13
0 votes
0 answers
28 views

style.transformStyle property doesn't work in JavaScript, only in CSS

Frankly I don't have much commentary beyond "I don't know why it doesn't work". I read somewhere that this feature is really buggy and sometimes doesn't work in "deeply nested" ...
user avatar

15 30 50 per page
1
2 3 4 5
41