Top "Css-transitions" questions

CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.

css3 transition delay of specific attribute

at the moment I am styling a textbox by changing its background-color and font color on hover : transition: background-color 1s, …

css css-transitions
CSS Webkit Transition - Fade out slowly than Fade in

This is what I have: .box{ background:#FFF; -webkit-transition: background 0.5s; } .box:hover{ background:#000; } But this appends to both onmouseover …

css webkit fade css-transitions
CSS 3 - transition prefixes - which ones to use?

I have a question regarding the CSS vendor prefixes for transition. This source states that "you need to use all …

css css-transitions transitions
How do I normalize CSS3 Transition functions across browsers?

Webkit's transition end event is called webkitTransitionEnd, Firefox is transitionEnd, opera is oTransitionEnd. What is a good way of tackling …

javascript css css-transitions dom-events
Change background color every 30s (fade transition)

I would like someone to tell me what's the code for making a webpage background color (the background color of …

css colors background css-transitions fade
Underline css3 transition

How do I create an underline animation from left to right on hover in CSS3?

css css-transitions underline
CSS3 animation transition: opacity not working

i'm having some trouble with animating a dropdown menu using css3. I need it to work with css3 and not …

html css css-transitions css-animations
transform:translateX vs transition on left property. Which has better performance? CSS

I'm making a slide out menu with HTML and CSS3 - especially transitions. I would like to know what is …

css css-transitions css-transforms
IOS Safari transition transform not working

Whenever I seem to apply some code to let's say move a div for example using the latest iOS Safari …

css safari css-transitions vendor-prefix