diff --git a/src/content/libraries/en/loadingAnimation.yaml b/src/content/libraries/en/loadingAnimation.yaml new file mode 100644 index 0000000000..3bb591723d --- /dev/null +++ b/src/content/libraries/en/loadingAnimation.yaml @@ -0,0 +1,9 @@ +name: p5.loadingAnimation +category: animation +description: p5.js library to support creating your own desired custom loading animation +author: + name: Ahmed Maged +sourceUrl: https://github.com/AhmedMagedC/p5.loadingAnimation.js +featuredImage: ../images/loadingAnimation.png +featuredImageAlt: example usage of the library, simple grey background with spinning p5 asterisk logo +license: GNU Lesser General Public License v2.1 \ No newline at end of file diff --git a/src/content/libraries/images/loadingAnimation.png b/src/content/libraries/images/loadingAnimation.png new file mode 100644 index 0000000000..8a99fb8d51 Binary files /dev/null and b/src/content/libraries/images/loadingAnimation.png differ