feat: Add example GIFs to README
This commit is contained in:
parent
95fdf39671
commit
d55d116a5e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,6 @@
|
||||
*
|
||||
!gifs
|
||||
!gifs/**
|
||||
!src
|
||||
!src/**
|
||||
!.gitignore
|
||||
|
12
README.md
12
README.md
@ -20,9 +20,21 @@ Generally, this is what you'd call an "eye-candy" mod.
|
||||
### Currently supported animations:
|
||||
|
||||
- Rise
|
||||
|
||||
<img src="gifs/rise.gif" width="512">
|
||||
|
||||
- Fall
|
||||
|
||||
<img src="gifs/fall.gif" width="512">
|
||||
|
||||
- Scale
|
||||
|
||||
<img src="gifs/scale.gif" width="512">
|
||||
|
||||
- Fly in
|
||||
|
||||
<img src="gifs/fly-in.gif" width="512">
|
||||
|
||||
### Currently supported interpolation types:
|
||||
|
||||
- Linear
|
||||
|
BIN
gifs/fall.gif
Normal file
BIN
gifs/fall.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 MiB |
BIN
gifs/fly-in.gif
Normal file
BIN
gifs/fly-in.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 MiB |
BIN
gifs/rise.gif
Normal file
BIN
gifs/rise.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.0 MiB |
BIN
gifs/scale.gif
Normal file
BIN
gifs/scale.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 MiB |
Loading…
Reference in New Issue
Block a user