Skip to content

Commit

Permalink
cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
r7projects-shayan committed Jul 16, 2024
1 parent 3276541 commit d761c19
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions frontend/src/styles/about.css
Original file line number Diff line number Diff line change
@@ -1,36 +1,3 @@
/* .focus-in-contract {
-webkit-animation: focus-in-contract 1s cubic-bezier(0.25, 0.46, 0.45, 0.94)
both;
animation: focus-in-contract 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes focus-in-contract {
0% {
letter-spacing: 1em;
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1;
}
}
@keyframes focus-in-contract {
0% {
letter-spacing: 1em;
-webkit-filter: blur(12px);
filter: blur(12px);
opacity: 0;
}
100% {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1;
}
} */

.focus-in-expand {
-webkit-animation: focus-in-expand 2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
both;
Expand Down

0 comments on commit d761c19

Please sign in to comment.