Skip to content

Commit

Permalink
Merge pull request #315 from appwrite/improve-oss
Browse files Browse the repository at this point in the history
Improve oss
  • Loading branch information
TorstenDittmann authored Oct 31, 2023
2 parents b0c9efa + afcb328 commit f10b37a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lib/animations/OpenSource.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
desktop: {
main: animation(
'#oss-discord',
{ x: 20, y: '-80vh', rotate: 15 },
{ x: 20, y: '-75vh', rotate: 15 },
animationOptions
),
reversed: animation(
Expand All @@ -45,7 +45,7 @@
desktop: {
main: animation(
'#oss-github',
{ x: -100, y: '-55vh', rotate: 6.26 },
{ x: -100, y: '-50vh', rotate: 6.26 },
animationOptions
),
reversed: animation(
Expand All @@ -67,7 +67,7 @@
desktop: {
main: animation(
'#oss-twitter',
{ x: 100, y: '-70vh', rotate: -15 },
{ x: 100, y: '-65vh', rotate: -15 },
animationOptions
),
reversed: animation(
Expand All @@ -85,7 +85,7 @@
desktop: {
main: animation(
'#oss-youtube',
{ x: -100, y: '-55vh', rotate: -3.77 },
{ x: -100, y: '-50vh', rotate: -3.77 },
animationOptions
),
reversed: animation(
Expand All @@ -103,7 +103,7 @@
desktop: {
main: animation(
'#oss-commits',
{ x: 100, y: '-80vh', rotate: -10.2 },
{ x: 100, y: '-70vh', rotate: -10.2 },
animationOptions
),
reversed: animation(
Expand Down Expand Up @@ -247,7 +247,7 @@
.sticky-wrapper {
position: sticky;
top: 0;
top: -15vh;
overflow: hidden;
display: flex;
Expand All @@ -258,7 +258,7 @@
padding-inline: 1.25rem;
width: 100%;
height: 100vh;
height: 130vh;
text-align: center;
Expand Down

0 comments on commit f10b37a

Please sign in to comment.