Your issue here is that you’ve supplied a -webkit-TRANSITION-timing-function
when you want a -webkit-ANIMATION-timing-function
. Your values of 0 to 360 will work properly.
Related Contents:
- CSS3 animation with gradients [duplicate]
- How to create a pulse effect using -webkit-animation – outward rings
- How To Sync CSS Animations Across Multiple Elements?
- How to have multiple CSS transitions on an element?
- css z-index lost after webkit transform translate3d
- Blurry text after using CSS transform: scale(); in Chrome
- iPhone WebKit CSS animations cause flicker
- css3 animation on :hover; force entire animation
- How do I re-trigger a WebKit CSS animation via JavaScript?
- CSS Animations with delay for each child element
- CSS endless rotation animation
- How to force re-render after a WebKit 3D transform in Safari
- Custom CSS Scrollbar for Firefox
- How can I force WebKit to redraw/repaint to propagate style changes?
- z-index is canceled by setting transform(rotate)
- Background color not showing in print preview
- css3 transition animation on load?
- Get element -moz-transform:rotate value in jQuery
- :active pseudo-class doesn’t work in mobile safari
- Can you control GIF animation with Javascript?
- How to build simple jQuery image slider with sliding or opacity effect?
- Set Webkit Keyframes Values Using Javascript Variable
- SwiftUI: Broken explicit animations in NavigationView?
- How to use CSS (and JavaScript?) to create a blurred, “frosted” background?
- How can I transition width of content with width: auto?
- CSS transform origin issue on svg sub-element
- what does -webkit-transform: translate3d(0,0,0); exactly do? Apply to body?
- CSS media query to target iPad and iPad only?
- CSS Auto hide elements after 5 seconds
- What is the correct “-moz-appearance” value to hide dropdown arrow of a element
- inject CSS to a site with webview in android
- Webkit CSS to control the box around the color in an input[type=color]?
- CSS3-Animate elements if visible in viewport (Page Scroll)
- What makes the text on a element vertically centered?
- Why does stacking order change on webkit filter hover?
- CSS Border radius not trimming image on Webkit
- Webkit backface visibility not working
- programmatically changing webkit-transformation values in animation rules
- ‘Inverted’ border-radius possible? [duplicate]
- HTML book-like pagination
- Webkit bug with `:hover` and multiple adjacent-sibling selectors
- Javafx : How can I produce an animation with 3D path?
- Is it possible to always show up/down arrows for input “number”?
- matplotlib save animation in gif error
- visibility:hidden vs display:none vs opacity:0
- Webkit and jQuery draggable jumping
- CSS3 transform order matters: rightmost operation first
- Get the value of -webkit-transform of an element with jquery
- Webkit support for gradient transitions
- Image scaling by CSS: is there a webkit alternative for -moz-crisp-edges?