vendor/assets/stylesheets/spectre/_parallax.scss in spectre_scss-0.5.5.0 vs vendor/assets/stylesheets/spectre/_parallax.scss in spectre_scss-0.5.6.0
- old
+ new
@@ -50,10 +50,10 @@
position: absolute;
text-align: center;
text-shadow: 0 0 20px rgba($dark-color, .75);
top: 0;
transform: translateZ($parallax-offset-z) scale($parallax-scale);
- transition: all .4s ease;
+ transition: transform .4s;
width: 100%;
z-index: $zindex-0;
}
.parallax-top-left {