Top "Transition" questions

DO NOT USE!

Invoke a callback at the end of a transition

I need to make a FadeOut method (similar to jQuery) using D3.js. What I need to do is to …

javascript d3.js transition
CSS: How to scale an image from the center instead of top-left

So my problem is that I have an image and I set its CSS to have a max-width: 100% which scales …

css scale center transition
Bug with transform: scale and overflow: hidden in Chrome

Working with CSS3 property transform: scale, I found interesting issue. I wanted to make a little zoom effect for pictures. …

google-chrome transform transition css
How to Fade In/Out multiple texts using CSS/jQuery like on Droplr?

I've seen this type of animation on a website just when CSS3 key-frames started to gain momentum, but couldn't find …

css animation photoshop transition gif
Animation transition between activities using FLAG_ACTIVITY_CLEAR_TOP

In my android app, I'm making a method that pop all activities and bring up the first activity. I use …

android animation android-activity android-intent transition
CSS Transition for only one type of transform?

Is it possible to animate (using transitions) only one type of css transform? I have css: cell{ transform: scale(2) translate(100…

css transform transition
overridePendingTransition for sliding activities in and out smoothly

I'm having trouble figuring out how to slide activities in and out with a push of a button. What I …

java android android-activity transition
CSS: bottom-border-transition - expand from middle

I want to add a bit of transitions to my website. I already have that when someone is in a …

css animation focus border transition
Perform a segue programmatically

Hi I'm trying to perform a segue programmatically without the Storyboard. Currently I have this as my code: override func …

swift transition uicollectionviewcell
Apply CSS transition when element comes into viewport

I'm trying to apply CSS transition effect when an element comes to viewport (i.e. when user scrolls to it), …

css animation transition viewport