@internetstiftelsen/styleguide 2.24.31 → 2.24.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -115,10 +115,9 @@ html {
|
|
|
115
115
|
// "Parallax" scroll items
|
|
116
116
|
@include e(parallax) {
|
|
117
117
|
opacity: 0;
|
|
118
|
-
transition: opacity 1s ease-out, transform
|
|
118
|
+
transition: opacity 1s ease-out, transform 3s cubic-bezier(0, 1, 0, 1);
|
|
119
119
|
transform: translateY(200px);
|
|
120
120
|
will-change: opacity, transform;
|
|
121
|
-
transition-delay: 0.5s;
|
|
122
121
|
flex: 100%;
|
|
123
122
|
|
|
124
123
|
&.animate {
|
|
@@ -259,7 +258,7 @@ html {
|
|
|
259
258
|
|
|
260
259
|
p[class*='card__text'] {
|
|
261
260
|
@extend %preamble;
|
|
262
|
-
|
|
261
|
+
|
|
263
262
|
display: block;
|
|
264
263
|
}
|
|
265
264
|
|