About 312 results
Open links in new tab
  1. image - CSS3 Rotate Animation - Stack Overflow

    May 27, 2013 · .image { overflow: hidden; transition-duration: 0.8s; transition-property: transform; } .image:hover { transform: rotate(360deg); -webkit-transform: rotate(360deg); } You have to …

  2. CSS endless rotation animation - Stack Overflow

    I want to make a rotation of my loading icon by CSS. width: 32px; height: 32px; background: url('refresh.png'); -webkit-transform: rotate(360deg); -webkit-transition-duration: 1s; -webkit …

  3. Smooth CSS Transition Animation Rotation - Stack Overflow

    May 2, 2025 · Animation ROTATION and HOVER seems to work fine for changing direction but the TOGGLE when I hover over the item for transition is jumpy and not a smooth reverse of …

  4. rotate - CSS-Tricks

    Nov 10, 2021 · We can use rotate when we define an animation like we can do with others: We can implement more interesting and complex transitions and animations when we combine …

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

    Mar 10, 2025 · 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 …

  6. CSS transform Property - W3Schools

    transform: none| transform-functions |initial|inherit; Sets this property to its default value. Read about initial. Inherits this property from its parent element. Read about inherit. This example …

  7. CSS rotate animation examples - Articles about design and front …

    Dec 18, 2021 · Use the rotate () CSS function to create rotation animations with CSS. This ranges from loading icons to hamburger menus. Why would you want to rotate animations? In this …

  8. Rotate Effect with CSS Animation: A Step-by-Step Tutorial

    Nov 11, 2024 · In this tutorial, we’ve learned how to create a mesmerizing rotate effect using CSS animations. By combining the transform , animation , transform-origin , and @keyframes rules, …

  9. CSS AnimationRotate and Transform Elements

    Rotate and transform animation sequences are easy to make with CSS. Learn how to apply them to multiple elements in this step-by-step article.

  10. CSS Animation Rotation: A Beginner’s Guide to Smooth Transitions

    Sep 6, 2024 · CSS animation rotation is a powerful technique used to add visual effects to web pages, making them more engaging and interactive. By rotating elements, such as icons, …

  11. Some results have been removed
Refresh