Top "Css-transitions" questions

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

AngularJS: with ng-animate & ng-view, how to make a 3D cube rotation effect?

I'm trying to get a 3D cube effect animation with ng-animate and ng-view. When I switch to another page, I …

css angularjs css-transitions ng-animate
Create transitions variable with Sass

Is there a way to create a variable for transitions in Sass to replicate this: -webkit-transition: .2s; -moz-transition: .2s; -ms-transition: .2…

css sass css-transitions codekit
What is the right combination of prefixes for CSS transitions and transforms?

What would be the right way to prefix this CSS in order to cover the widest range of browsers and …

css css-transitions css-transforms vendor-prefix
Backface-Visibility Not Working Properly in Firefox (Works in Safari)

I'm having a problem with the back face-visibilty property. It works how I want it to in Safari/Chrome, but …

css-transitions css-transforms
Are CSS3 properties like animate too CPU intensive?

will this repetitive animation code slow down my system?: @-webkit-keyframes animate {-webkit-animation-iteration-count:infinite;...} Are all CSS3 properties CPU intensive ? Thanks.

css css-transitions hardware-acceleration
Cubic bezier curves - get Y for given X

I have a cubic bezier curve where the first and last points are given (namely P0(0,0) and P3(1,1)). The other …

vb.net math bezier css-transitions
How do I detect a transition end without a JavaScript library?

I'd like to delete an object after it's done animating with a CSS transition, but I'm not able to use …

javascript callback css-transitions custom-event
How to use a different delay for each item with React transition group?

I am animating the entry and exit of an array of items using TransitionGroup and CSSTransition (with a fade effect). …

javascript reactjs css-transitions react-transition-group
want to show the thickness of an element while it rotate

I am rotating a coin along Y axis by 90deg through CSS. Is there a way so that I can …

jquery css jquery-animate rotation css-transitions
changePage "jumps" back to old page

I've a big problem with a jQuery Mobile Application: I'm using custom functions (they are triggered by onClick) to switch …

jquery-mobile webkit css-transitions android-browser