Top "Css-transitions" questions

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

How to animate toggling of table rows?

I want to animate the appearance and disappearance of table rows. First of all I tried using a CSS transition, …

css css-transitions css-animations
CSS3 Translate across an Arc

Is it at all possible with current CSS3 to translate an object (specifically a DIV) along an arc or curve? …

css css-transitions translate css-transforms
Detect CSS transitions using Javascript (and without modernizr)?

How would I detect that a browser supports CSS transitions using Javascript (and without using modernizr)?

javascript css cross-browser css-transitions
what's faster? CSS3 transitions or jQuery animations?

I'm working on an iPad HTML5 app and I've already implemented ontouch support to trigger events faster and I'm using …

jquery ipad css css-transitions
CSS transitions do not work when assigned trough JavaScript

I'm having some major headache trying to apply CSS3 transitions to a slideshow trough JavaScript. Basically the JavaScript gets all …

javascript css css-transitions
Adding animated captions to Owl carousel

I'm using Owl Carousel and have been trying to add animated captions (just a simple fadein on slide display) but …

javascript jquery css css-transitions owl-carousel
Apply CSS properties when transition ends

How do I have the properties of a declaration apply to an element after the CSS3 transitions end? I have …

css css-transitions
Css Transition on hover for child element

Im trying to pause the display of a child element when it's parent is hovered over. Html: <span> &…

css parent-child css-transitions
css fade in transition for block text when hovering image?

So this is my code and I was looking to use css3 transitions to fade in the text and background …

html css css-transitions fade
Transition on background-size doesn't work

I'm trying to put a transition on my background-image on hover. This is my Code so far: HTML <div …

css css-transitions background-size