600ms iOS transition

This commit is contained in:
Adam Bradley
2015-07-20 11:47:00 -05:00
parent bb89599018
commit c75a9e1af7

View File

@ -2,7 +2,7 @@ import {Transition} from './transition';
import {Animation} from '../animations/animation'; import {Animation} from '../animations/animation';
const DURATION = 6000; const DURATION = 600;
const EASING = 'cubic-bezier(0.36,0.66,0.04,1)'; const EASING = 'cubic-bezier(0.36,0.66,0.04,1)';
const OPACITY = 'opacity'; const OPACITY = 'opacity';