Skip to content

Commit

Permalink
Avoid transition bug
Browse files Browse the repository at this point in the history
Pin Svelte to 3.49.0 to get the skull scale animation right again.

This issue seems related: sveltejs/svelte#7828
  • Loading branch information
Vages committed Sep 2, 2022
1 parent 8e3afa5 commit 7309a97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"lint-staged": "^12.1.2",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.44.0",
"svelte": "3.49.0",
"vite": "^3.1.0-beta.1"
},
"type": "module"
Expand Down

1 comment on commit 7309a97

@vercel
Copy link

@vercel vercel bot commented on 7309a97 Sep 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-snake-workshop – ./

svelte-snake-workshop-vages.vercel.app
svelte-snake-workshop-git-main-vages.vercel.app
svelte-snake-workshop.vercel.app

Please sign in to comment.