About 177,000 results
Open links in new tab
  1. How to rotate + flip element with CSS - Stack Overflow

    Jun 10, 2013 · The transform property lets you rotate or flip, but how can you do both at the same time? Say I want to rotate an element 90 degrees and flip it horizontally? Both are done with …

  2. CSS rotate Property - W3Schools

    Change rotation of an element: The rotate property allows you to rotate elements. The rotate property defines a value for how much an element is rotated clockwise around z-axis. To …

  3. jq - "Transpose"/"Rotate"/"Flip" JSON elements - Stack Overflow

    Oct 21, 2020 · I would like to "transpose" (not sure that's the right word) JSON elements. For example, I have a JSON file like this: { "name": { "0": "fred", "1": "barney" }, "loudness": { "0": …

  4. html - Css rotate element 360 back and forth - Stack Overflow

    Jan 29, 2018 · The Animation itself can simply be done with a rotation to 360 degrees for the first half (50%) and a rotation back to 0 degrees for the second half. Mind that the duration of the …

  5. CSS 2D Transforms - W3Schools

    The matrix() function take six parameters, containing mathematic functions, which allows you to rotate, scale, move (translate), and skew elements. The parameters are as follow: …

  6. rotate - CSS: Cascading Style Sheets | MDN - MDN Web Docs

    The following example shows how to use the rotate property to rotate an element along various axes on hover. The first box rotates 90 degrees on the Z axis hover, the second rotates 180 …

  7. Recycling and animating icons with CSS - WDD

    Sep 14, 2011 · Thanks to the advent of CSS3’s Transform and Transition properties, we can take this a step further, and using a few concise lines of code, transform base icon templates into …

  8. JSON in CSS - CSS-Tricks

    May 20, 2021 · So this looks for a CSS rule (e.g. a whole block, like #x { y: z; } where the cssText starts with --(which is not a valid selector, but who cares — you could change it if you want to …

  9. rotate - CSS-Tricks

    Nov 10, 2021 · The rotate property in CSS turns an element around one or more axes. Think of it like poking one or more pins into an element and spinning the element around those points in …

  10. rotate() - CSS: Cascading Style Sheets | MDN - MDN Web Docs

    The rotate() CSS function defines a transformation that rotates an element around a fixed point on the 2D plane, without deforming it. Its result is a <transform-function> data type.

Refresh