Top "Transition" questions

DO NOT USE!

Vue.js page transition fade effect with vue-router

How to achieve a fade effect page transition between vue-router defined pages (components)?

transition fade effect vue-router vue.js
"From View Controller" disappears using UIViewControllerContextTransitioning

I got one problem and i have described it below. I am using UIViewControllerContextTransitioning for custom transitions. I have 2 view …

ios iphone objective-c uiview transition
CSS filter grayscale not working in Firefox

I'm having troubles doing a transition from grayscale to colored, it works in chrome, but that is it. Here is …

css firefox transition grayscale
How to transition only rotate transformation?

I'm using a bunch of elements to compose a background image and they all absolutely position around, rotating freely. Problem …

css rotation transition
How to get value of translateX and translateY?

I want to get translateY value from the in-line css with the JavaScript. Here is the in-line value: style ="transition-property: …

javascript css transform transition
Transition effects Top vs. Bottom in CSS is not working

Well, this is my first topic here, so here it is! I've just done a nice-simple :hover code where you …

css transition effect
iPhone Curl Left and Curl Right transitions

I am looking for a way to do a UIViewAnimationTransitionCurlUp or UIViewAnimationTransitionCurlDown transition on the iPhone but instead of top …

iphone curl uiview transition cgaffinetransform
How to change presentViewController Transition animation

I'm using presentViewController to change from a view to another without Navigation Controller like: let HomeView = self.storyboard!.instantiateViewControllerWithIdentifier("HomeView") …

ios swift transition
How to change all the activity transitions at once in Android application?

I know I can change activity transition using the following code right after startActivity() or finish() activity.overridePendingTransition(R.anim.…

java android configuration android-activity transition
iOs Segue animation left to right (horizontal)

I'm nearly a newbie to Xcode 4. There's a way to add to a segue a custom transition animation that it …

ios cocoa-touch storyboard transition uistoryboardsegue