Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInUp.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
@keyframes fadeInUp {
2
+
from {
3
+
opacity: 0;
4
+
transform: translate3d(0, 100%, 0);
5
+
}
6
+
to {
7
+
opacity: 1;
8
+
transform: none;
9
+
}
10
+
}
11
+
.fadeInUp {
12
+
animation-name: fadeInUp;
13
+
}
14
+