1 parent 06b004e commit d303364Copy full SHA for d303364
2 files changed
adev/src/content/examples/animations/src/app/native-css/insert.css
@@ -5,11 +5,15 @@
5
.insert-container {
6
border: 1px solid #dddddd;
7
margin-top: 1em;
8
- padding: 20px 20px 0px 20px;
+ padding: 20px;
9
font-weight: bold;
10
font-size: 20px;
11
}
12
13
+.insert-container p {
14
+ margin: 0;
15
+}
16
+
17
.enter-animation {
18
animation: slide-fade 1s;
19
adev/src/content/examples/animations/src/app/native-css/remove.css
@@ -5,7 +5,7 @@
opacity: 1;
@@ -16,6 +16,10 @@
20
21
22
23
.deleting {
24
opacity: 0;
25
transform: translateY(20px);
0 commit comments