diff --git a/.gitignore b/.gitignore index 9e89cdf..7504237 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ * +!gifs +!gifs/** !src !src/** !.gitignore diff --git a/README.md b/README.md index 0e8a3e9..00dd3e0 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,21 @@ Generally, this is what you'd call an "eye-candy" mod. ### Currently supported animations: - Rise + + + - Fall + + + - Scale + + +- Fly in + + + ### Currently supported interpolation types: - Linear diff --git a/gifs/fall.gif b/gifs/fall.gif new file mode 100644 index 0000000..86f4f34 Binary files /dev/null and b/gifs/fall.gif differ diff --git a/gifs/fly-in.gif b/gifs/fly-in.gif new file mode 100644 index 0000000..81ef516 Binary files /dev/null and b/gifs/fly-in.gif differ diff --git a/gifs/rise.gif b/gifs/rise.gif new file mode 100644 index 0000000..1b758a6 Binary files /dev/null and b/gifs/rise.gif differ diff --git a/gifs/scale.gif b/gifs/scale.gif new file mode 100644 index 0000000..f1a156c Binary files /dev/null and b/gifs/scale.gif differ