Skip to content

Commit

Permalink
Add scroll based animation to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
zxuqian committed Mar 28, 2024
1 parent ed75479 commit 9ca3a7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
const uis = [{
href: "50-css-grid-irregular-layout",
text: "CSS Irregular Layout",
href: "51-css-scroll-based-animation",
text: "CSS Scroll Based Animation",
newItem: true
}, {
href: "50-css-grid-irregular-layout",
text: "CSS Irregular Layout"
}, {
href: "49-html-buit-in-dialog",
text: "HTML Built-in Dialog"
Expand Down
6 changes: 5 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
const uis = [
{
href: "51-css-scroll-based-animation",
text: "CSS Scroll Based Animation",
newItem: true,
},
{
href: "50-css-grid-irregular-layout",
text: "CSS Irregular Layout",
newItem: true,
},
{
href: "49-html-buit-in-dialog",
Expand Down

0 comments on commit 9ca3a7c

Please sign in to comment.