Skip to content

Commit

Permalink
tirando mais animações
Browse files Browse the repository at this point in the history
  • Loading branch information
rickreisme committed Feb 7, 2024
1 parent 185b424 commit 136ff27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions assets/styles/experiencia-projetos.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@
text-decoration: none;
margin-left: 20px;
margin-right: 20px;
animation: reveal2 ease-in-out;
animation-timeline: scroll();
animation-range: cover 20% cover 50%;
}

.btn2 img {
Expand Down Expand Up @@ -86,9 +83,6 @@
margin: 0 7%;
padding: 100px 0 50px 0;
align-items: center;
animation: appear2 forwards;
animation-timeline: view();
animation-range: cover 0% cover 50%;
}

.meus-projetos span {
Expand Down
7 changes: 1 addition & 6 deletions assets/styles/intro-sobre.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,12 @@
margin-left: 7%;
margin-right: 7%;
align-items: center;
animation: appear ease-in-out;
animation-timeline: view();
animation-range: cover 0% cover 50%;

}

.imagem-sobre img {
width: 400px;
height: 400px;
animation: reveal ease-in-out;
animation-timeline: view();
animation-range: entry 40% cover 50%;
}

.sobre h2 {
Expand Down

0 comments on commit 136ff27

Please sign in to comment.