Skip to content

Commit

Permalink
Add new page load animation to design system (#108)
Browse files Browse the repository at this point in the history
* Fix bold styles for body

* Basic animation working

* Animation working

* Refinements and screen centering functionality
  • Loading branch information
dogmar authored Jul 15, 2022
1 parent f8662ab commit 60fd8f8
Show file tree
Hide file tree
Showing 13 changed files with 427 additions and 4 deletions.
13 changes: 12 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
]
},
"dependencies": {
"prop-types": "^15.8.1"
"prop-types": "^15.8.1",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@babel/core": "7.18.6",
Expand Down
1 change: 1 addition & 0 deletions public/logos/plural-full-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/plural-full-logo-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/plural-logomark-only-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/plural-logomark-only-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/plural-logotype-only-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/plural-logotype-only-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/page-load-spinner/page-load-spinner-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 60fd8f8

Please sign in to comment.