From 25d844fc0c5714d23a158ee5ecd1c85454ff2ee3 Mon Sep 17 00:00:00 2001 From: Aske Lange <44546482+AskeLange@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:36:38 +0100 Subject: [PATCH] chore: renamed deprecated examples --- .../ignore.css | 0 .../ignore.js | 0 .../index.html | 0 .../index.html | 0 .../scripts.js | 0 .../styles.css | 0 .../index.html | 0 .../scripts.js | 0 .../styles.css | 0 .../index.html | 0 .../scripts.js | 0 .../styles.css | 0 .../index.html | 0 .../scripts.js | 0 .../styles.css | 0 old-5-1-svg-filters/index.html | 37 ++++++++++++++ old-5-1-svg-filters/scripts.js | 8 ++++ old-5-1-svg-filters/styles.css | 48 +++++++++++++++++++ 18 files changed, 93 insertions(+) rename {x-4-2-animation-basics => old-4-2-animation-basics}/ignore.css (100%) rename {x-4-2-animation-basics => old-4-2-animation-basics}/ignore.js (100%) rename {x-4-2-animation-basics => old-4-2-animation-basics}/index.html (100%) rename {x-4-3-loop-live => old-4-3-loop-live}/index.html (100%) rename {x-4-3-loop-live => old-4-3-loop-live}/scripts.js (100%) rename {x-4-3-loop-live => old-4-3-loop-live}/styles.css (100%) rename {x-4-4-interpolation => old-4-4-interpolation}/index.html (100%) rename {x-4-4-interpolation => old-4-4-interpolation}/scripts.js (100%) rename {x-4-4-interpolation => old-4-4-interpolation}/styles.css (100%) rename {x-4-5-loop-interpolation-live => old-4-5-loop-interpolation-live}/index.html (100%) rename {x-4-5-loop-interpolation-live => old-4-5-loop-interpolation-live}/scripts.js (100%) rename {x-4-5-loop-interpolation-live => old-4-5-loop-interpolation-live}/styles.css (100%) rename {x-4-6-clippath-mouse => old-4-6-clippath-mouse}/index.html (100%) rename {x-4-6-clippath-mouse => old-4-6-clippath-mouse}/scripts.js (100%) rename {x-4-6-clippath-mouse => old-4-6-clippath-mouse}/styles.css (100%) create mode 100644 old-5-1-svg-filters/index.html create mode 100644 old-5-1-svg-filters/scripts.js create mode 100644 old-5-1-svg-filters/styles.css diff --git a/x-4-2-animation-basics/ignore.css b/old-4-2-animation-basics/ignore.css similarity index 100% rename from x-4-2-animation-basics/ignore.css rename to old-4-2-animation-basics/ignore.css diff --git a/x-4-2-animation-basics/ignore.js b/old-4-2-animation-basics/ignore.js similarity index 100% rename from x-4-2-animation-basics/ignore.js rename to old-4-2-animation-basics/ignore.js diff --git a/x-4-2-animation-basics/index.html b/old-4-2-animation-basics/index.html similarity index 100% rename from x-4-2-animation-basics/index.html rename to old-4-2-animation-basics/index.html diff --git a/x-4-3-loop-live/index.html b/old-4-3-loop-live/index.html similarity index 100% rename from x-4-3-loop-live/index.html rename to old-4-3-loop-live/index.html diff --git a/x-4-3-loop-live/scripts.js b/old-4-3-loop-live/scripts.js similarity index 100% rename from x-4-3-loop-live/scripts.js rename to old-4-3-loop-live/scripts.js diff --git a/x-4-3-loop-live/styles.css b/old-4-3-loop-live/styles.css similarity index 100% rename from x-4-3-loop-live/styles.css rename to old-4-3-loop-live/styles.css diff --git a/x-4-4-interpolation/index.html b/old-4-4-interpolation/index.html similarity index 100% rename from x-4-4-interpolation/index.html rename to old-4-4-interpolation/index.html diff --git a/x-4-4-interpolation/scripts.js b/old-4-4-interpolation/scripts.js similarity index 100% rename from x-4-4-interpolation/scripts.js rename to old-4-4-interpolation/scripts.js diff --git a/x-4-4-interpolation/styles.css b/old-4-4-interpolation/styles.css similarity index 100% rename from x-4-4-interpolation/styles.css rename to old-4-4-interpolation/styles.css diff --git a/x-4-5-loop-interpolation-live/index.html b/old-4-5-loop-interpolation-live/index.html similarity index 100% rename from x-4-5-loop-interpolation-live/index.html rename to old-4-5-loop-interpolation-live/index.html diff --git a/x-4-5-loop-interpolation-live/scripts.js b/old-4-5-loop-interpolation-live/scripts.js similarity index 100% rename from x-4-5-loop-interpolation-live/scripts.js rename to old-4-5-loop-interpolation-live/scripts.js diff --git a/x-4-5-loop-interpolation-live/styles.css b/old-4-5-loop-interpolation-live/styles.css similarity index 100% rename from x-4-5-loop-interpolation-live/styles.css rename to old-4-5-loop-interpolation-live/styles.css diff --git a/x-4-6-clippath-mouse/index.html b/old-4-6-clippath-mouse/index.html similarity index 100% rename from x-4-6-clippath-mouse/index.html rename to old-4-6-clippath-mouse/index.html diff --git a/x-4-6-clippath-mouse/scripts.js b/old-4-6-clippath-mouse/scripts.js similarity index 100% rename from x-4-6-clippath-mouse/scripts.js rename to old-4-6-clippath-mouse/scripts.js diff --git a/x-4-6-clippath-mouse/styles.css b/old-4-6-clippath-mouse/styles.css similarity index 100% rename from x-4-6-clippath-mouse/styles.css rename to old-4-6-clippath-mouse/styles.css diff --git a/old-5-1-svg-filters/index.html b/old-5-1-svg-filters/index.html new file mode 100644 index 0000000..da27c88 --- /dev/null +++ b/old-5-1-svg-filters/index.html @@ -0,0 +1,37 @@ + + +
+