We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e54850 commit 18b91bcCopy full SHA for 18b91bc
animation/02-pop-up/solution/solution.css
@@ -40,8 +40,9 @@ button {
40
opacity: 0%;
41
text-align: center;
42
}
43
+
44
.popup-modal p {
- margin-bottom: 24px
45
+ margin-bottom: 24px;
46
47
48
.backdrop {
@@ -64,12 +65,10 @@ button {
64
65
/* SOLUTION */
66
67
.popup-modal {
- transition: transform .3s ease-in-out, opacity .4s ease;
68
+ transition: transform 0.3s ease-in-out, opacity 0.4s ease;
69
transform: translate(-50%, -100%);
70
71
72
.popup-modal.show {
73
transform: translate(-50%, -50%);
74
-
75
0 commit comments