Skip to content

Commit

Permalink
Merge pull request #36 from swup/feat/animate-scale
Browse files Browse the repository at this point in the history
feat: animate scale instead of width
  • Loading branch information
hirasso authored Apr 4, 2024
2 parents fe65491 + 93e72dd commit e65f541
Show file tree
Hide file tree
Showing 5 changed files with 1,237 additions and 984 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100

[*.{js,mjs,ts}]
indent_style = tab
indent_size = 4

[*.{json,md,yaml,yml}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ wiki-images files
wiki-wishlist
*.sublime-project
*.sublime-workspace
.editorconfig
.idea
dist
/plugins
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ A [swup](https://swup.js.org) plugin for displaying a progress bar.

Shows a loading indicator for requests taking longer than ~300ms.


## Installation

Install the plugin from npm and import it into your bundle.
Expand Down
Loading

0 comments on commit e65f541

Please sign in to comment.