feat: Add example GIFs to README

This commit is contained in:
TopchetoEU 2022-09-21 10:50:21 +03:00
parent 95fdf39671
commit d55d116a5e
No known key found for this signature in database
GPG Key ID: 0F2543CA49C81E3A
6 changed files with 14 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
*
!gifs
!gifs/**
!src
!src/**
!.gitignore

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 MiB

BIN
gifs/fly-in.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

BIN
gifs/rise.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 MiB

BIN
gifs/scale.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 MiB