Skip to content

Commit 5b1ae36

Browse files
committed
change animation properties
1 parent 80bc6bb commit 5b1ae36

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

css/presentation-section.css

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,16 @@
88
font-size: 2.4rem;
99
color: var(--default-secundary-font-color);
1010
animation: 1s show-presentation ease;
11-
margin: 0.7rem;
11+
margin: 0.7rem 0;
1212
}
1313

1414
.presentation-main-skill {
1515
font-size: 1.8rem;
16-
animation-name: show-presentation-main-skill;
17-
animation-timing-function: ease;
18-
animation-duration: 1s;
19-
animation-delay: 0.2s;
20-
animation-fill-mode: forwards;
16+
animation: 1s ease 0.2s forwards show-presentation-main-skill;
2117
margin: 0.7rem 0;
2218
}
2319

2420
.presentation-description {
25-
animation-name: show-presentation-main-skill;
26-
animation-timing-function: ease;
27-
animation-duration: 1s;
28-
animation-delay: 0.4s;
29-
animation-fill-mode: forwards;
21+
animation: show-presentation-main-skill 1s ease 0.4s forwards;
3022
margin: 0.7rem 0;
3123
}

0 commit comments

Comments
 (0)