Skip to content

Commit e65f541

Browse files
authored
Merge pull request #36 from swup/feat/animate-scale
feat: animate scale instead of width
2 parents fe65491 + 93e72dd commit e65f541

File tree

5 files changed

+1237
-984
lines changed

5 files changed

+1237
-984
lines changed

.editorconfig

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
trim_trailing_whitespace = true
7+
insert_final_newline = true
8+
max_line_length = 100
9+
10+
[*.{js,mjs,ts}]
11+
indent_style = tab
12+
indent_size = 4
13+
14+
[*.{json,md,yaml,yml}]
15+
indent_style = space
16+
indent_size = 2
17+
18+
[*.md]
19+
trim_trailing_whitespace = false

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ wiki-images files
1111
wiki-wishlist
1212
*.sublime-project
1313
*.sublime-workspace
14-
.editorconfig
1514
.idea
1615
dist
1716
/plugins

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ A [swup](https://swup.js.org) plugin for displaying a progress bar.
44

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

7-
87
## Installation
98

109
Install the plugin from npm and import it into your bundle.

0 commit comments

Comments
 (0)