CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.
What I'm trying to do is simple: scale some SVG dots from scale(0) to scale(1) when a sibling element is …
javascript svg css-transitions css-transforms scaletransformI am wanting to animate two properties in Bootstrap v2.1.0, The opacity and the margin. I have tried: .transition(opacity 0.5…
css twitter-bootstrap less css-transitionsI am looking for an alternative to FancyBox 2. It should be lightweight, mobile friendly (use hardware accelerated css transitions), and …
open-source css-transitions javascript fancybox-2I'm currently developing a mobile web application with AngularJS, ngAnimate, Angular-Material and UI-Router. I'm following Google Material Design specifications for …
angularjs angular-ui-router css-transitions ng-animate angular-materialWhen I try to use left: -webkit-calc(100% - 100px); (assuming that left: 0; is initial state) it works in iOS 6.0.1 just …
ios css safari css-transitionsI have to perform two animations on an object simultaneously. For a number of reasons, I want to use jQuery …
jquery css jquery-easing css-transitionsIs it possible to animate elements move with css3 transitions after hiding some element using jQuery's .fadeOut()? I found some …
jquery css css-transitions fadein fadeoutI making a slider for both modern browsers and old browsers too. I use translate3d and transition to make …
jquery css css-transitions easingEven if the following code snippet seems short, I struggled during days (shame on me!) to find a way to …
css transform css-transitions transitionI have a menu, containing several links. I want these links to have a glowing effect in the background when …
css-transitions css glow