/*******************************
            Reveal
*******************************/

@transitionDelay: 0.15s;
@transitionDuration: 0.8s;
@transitionEasing: cubic-bezier(0.175, 0.885, 0.320, 1);
@transition: all @transitionDuration @transitionEasing @transitionDelay;

@bottomZIndex: 2;
@topZIndex: 3;
@activeZIndex: 4;

@rotateDegrees: 110deg;

