diff --git a/canvas/PoppingBubbles/.DS_Store b/.DS_Store similarity index 54% rename from canvas/PoppingBubbles/.DS_Store rename to .DS_Store index 58eede0..a93a075 100644 Binary files a/canvas/PoppingBubbles/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 0e56948..e04c0d0 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,47 @@ # 前端特效收集 +来源于互联网的css特效整理 -[DEMO](https://keiferju.github.io/css3-tx/) +[更多DEMO](https://dllcnx.github.io/css3-anime/) ### 特效 -1. [文字标题](tx/dllcn) -2. [404页面](tx/404_01) +1. [文字标题](anime/font/01) +2. [404页面](anime/404/01) ### Canvas背景 -1. [AnimatedBackground](canvas/AnimatedBackground) +1. [AnimatedBackground](anime/canvas/AnimatedBackground) - + - + - + - + -2. [3DBackground](canvas/3DBackground) +2. [3DBackground](anime/canvas/3DBackground) - + -3. [PoppingBubbles](canvas/PoppingBubbles) +3. [PoppingBubbles](anime/canvas/PoppingBubbles) - + -4. [webgl-canvas](canvas/webgl-canvas) +4. [webgl-canvas](anime/canvas/webgl-canvas) - + ### loading动画 -1. [css3-flower-loading](loading/css3-flower-loading) \ No newline at end of file +1. [01](anime/loading/00) +2. [01](anime/loading/01) +3. [01](anime/loading/02) +4. [01](anime/loading/03) +5. [01](anime/loading/04) +6. [01](anime/loading/05) +7. [01](anime/loading/06) +8. [01](anime/loading/07) + + +### 图片 +1. [01](anime/images/checked) +2. [02](anime/images/adipoli) \ No newline at end of file diff --git a/tx/404_01/css/dandelion.css b/anime/404/01/css/dandelion.css similarity index 100% rename from tx/404_01/css/dandelion.css rename to anime/404/01/css/dandelion.css diff --git a/tx/404_01/images/blueprint.png b/anime/404/01/images/blueprint.png similarity index 100% rename from tx/404_01/images/blueprint.png rename to anime/404/01/images/blueprint.png diff --git a/tx/404_01/images/carbon.png b/anime/404/01/images/carbon.png similarity index 100% rename from tx/404_01/images/carbon.png rename to anime/404/01/images/carbon.png diff --git a/tx/404_01/images/error-hanger.png b/anime/404/01/images/error-hanger.png similarity index 100% rename from tx/404_01/images/error-hanger.png rename to anime/404/01/images/error-hanger.png diff --git a/tx/404_01/images/error-pin.png b/anime/404/01/images/error-pin.png similarity index 100% rename from tx/404_01/images/error-pin.png rename to anime/404/01/images/error-pin.png diff --git a/tx/404_01/index.html b/anime/404/01/index.html similarity index 100% rename from tx/404_01/index.html rename to anime/404/01/index.html diff --git a/canvas/3DBackground/img/5.gif b/anime/canvas/3DBackground/img/5.gif similarity index 100% rename from canvas/3DBackground/img/5.gif rename to anime/canvas/3DBackground/img/5.gif diff --git a/canvas/3DBackground/index.html b/anime/canvas/3DBackground/index.html similarity index 100% rename from canvas/3DBackground/index.html rename to anime/canvas/3DBackground/index.html diff --git a/canvas/3DBackground/index2.html b/anime/canvas/3DBackground/index2.html similarity index 100% rename from canvas/3DBackground/index2.html rename to anime/canvas/3DBackground/index2.html diff --git a/canvas/3DBackground/js/FSS.js b/anime/canvas/3DBackground/js/FSS.js similarity index 100% rename from canvas/3DBackground/js/FSS.js rename to anime/canvas/3DBackground/js/FSS.js diff --git a/canvas/3DBackground/js/jquery.js b/anime/canvas/3DBackground/js/jquery.js similarity index 100% rename from canvas/3DBackground/js/jquery.js rename to anime/canvas/3DBackground/js/jquery.js diff --git a/canvas/3DBackground/js/vector.js b/anime/canvas/3DBackground/js/vector.js similarity index 100% rename from canvas/3DBackground/js/vector.js rename to anime/canvas/3DBackground/js/vector.js diff --git a/canvas/AnimatedBackground/css/component.css b/anime/canvas/AnimatedBackground/css/component.css similarity index 100% rename from canvas/AnimatedBackground/css/component.css rename to anime/canvas/AnimatedBackground/css/component.css diff --git a/canvas/AnimatedBackground/css/demo.css b/anime/canvas/AnimatedBackground/css/demo.css similarity index 100% rename from canvas/AnimatedBackground/css/demo.css rename to anime/canvas/AnimatedBackground/css/demo.css diff --git a/canvas/AnimatedBackground/css/normalize.css b/anime/canvas/AnimatedBackground/css/normalize.css similarity index 100% rename from canvas/AnimatedBackground/css/normalize.css rename to anime/canvas/AnimatedBackground/css/normalize.css diff --git a/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.eot b/anime/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.eot similarity index 100% rename from canvas/AnimatedBackground/fonts/codropsicons/codropsicons.eot rename to anime/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.eot diff --git a/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.svg b/anime/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.svg similarity index 100% rename from canvas/AnimatedBackground/fonts/codropsicons/codropsicons.svg rename to anime/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.svg diff --git a/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.ttf b/anime/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.ttf similarity index 100% rename from canvas/AnimatedBackground/fonts/codropsicons/codropsicons.ttf rename to anime/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.ttf diff --git a/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.woff b/anime/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.woff similarity index 100% rename from canvas/AnimatedBackground/fonts/codropsicons/codropsicons.woff rename to anime/canvas/AnimatedBackground/fonts/codropsicons/codropsicons.woff diff --git a/canvas/AnimatedBackground/fonts/codropsicons/license.txt b/anime/canvas/AnimatedBackground/fonts/codropsicons/license.txt similarity index 100% rename from canvas/AnimatedBackground/fonts/codropsicons/license.txt rename to anime/canvas/AnimatedBackground/fonts/codropsicons/license.txt diff --git a/canvas/AnimatedBackground/img/1.gif b/anime/canvas/AnimatedBackground/img/1.gif similarity index 100% rename from canvas/AnimatedBackground/img/1.gif rename to anime/canvas/AnimatedBackground/img/1.gif diff --git a/canvas/AnimatedBackground/img/2.gif b/anime/canvas/AnimatedBackground/img/2.gif similarity index 100% rename from canvas/AnimatedBackground/img/2.gif rename to anime/canvas/AnimatedBackground/img/2.gif diff --git a/canvas/AnimatedBackground/img/3.gif b/anime/canvas/AnimatedBackground/img/3.gif similarity index 100% rename from canvas/AnimatedBackground/img/3.gif rename to anime/canvas/AnimatedBackground/img/3.gif diff --git a/canvas/AnimatedBackground/img/4.gif b/anime/canvas/AnimatedBackground/img/4.gif similarity index 100% rename from canvas/AnimatedBackground/img/4.gif rename to anime/canvas/AnimatedBackground/img/4.gif diff --git a/canvas/AnimatedBackground/img/demo-1-bg.jpg b/anime/canvas/AnimatedBackground/img/demo-1-bg.jpg similarity index 100% rename from canvas/AnimatedBackground/img/demo-1-bg.jpg rename to anime/canvas/AnimatedBackground/img/demo-1-bg.jpg diff --git a/canvas/AnimatedBackground/img/demo-2-bg.jpg b/anime/canvas/AnimatedBackground/img/demo-2-bg.jpg similarity index 100% rename from canvas/AnimatedBackground/img/demo-2-bg.jpg rename to anime/canvas/AnimatedBackground/img/demo-2-bg.jpg diff --git a/canvas/AnimatedBackground/index.html b/anime/canvas/AnimatedBackground/index.html similarity index 100% rename from canvas/AnimatedBackground/index.html rename to anime/canvas/AnimatedBackground/index.html diff --git a/canvas/AnimatedBackground/index2.html b/anime/canvas/AnimatedBackground/index2.html similarity index 100% rename from canvas/AnimatedBackground/index2.html rename to anime/canvas/AnimatedBackground/index2.html diff --git a/canvas/AnimatedBackground/index3.html b/anime/canvas/AnimatedBackground/index3.html similarity index 100% rename from canvas/AnimatedBackground/index3.html rename to anime/canvas/AnimatedBackground/index3.html diff --git a/canvas/AnimatedBackground/index4.html b/anime/canvas/AnimatedBackground/index4.html similarity index 100% rename from canvas/AnimatedBackground/index4.html rename to anime/canvas/AnimatedBackground/index4.html diff --git a/canvas/AnimatedBackground/js/EasePack.min.js b/anime/canvas/AnimatedBackground/js/EasePack.min.js similarity index 100% rename from canvas/AnimatedBackground/js/EasePack.min.js rename to anime/canvas/AnimatedBackground/js/EasePack.min.js diff --git a/canvas/AnimatedBackground/js/TweenLite.min.js b/anime/canvas/AnimatedBackground/js/TweenLite.min.js similarity index 100% rename from canvas/AnimatedBackground/js/TweenLite.min.js rename to anime/canvas/AnimatedBackground/js/TweenLite.min.js diff --git a/canvas/AnimatedBackground/js/demo-1.js b/anime/canvas/AnimatedBackground/js/demo-1.js similarity index 100% rename from canvas/AnimatedBackground/js/demo-1.js rename to anime/canvas/AnimatedBackground/js/demo-1.js diff --git a/canvas/AnimatedBackground/js/demo-2.js b/anime/canvas/AnimatedBackground/js/demo-2.js similarity index 100% rename from canvas/AnimatedBackground/js/demo-2.js rename to anime/canvas/AnimatedBackground/js/demo-2.js diff --git a/canvas/AnimatedBackground/js/demo-3.js b/anime/canvas/AnimatedBackground/js/demo-3.js similarity index 100% rename from canvas/AnimatedBackground/js/demo-3.js rename to anime/canvas/AnimatedBackground/js/demo-3.js diff --git a/canvas/AnimatedBackground/js/demo-4.js b/anime/canvas/AnimatedBackground/js/demo-4.js similarity index 100% rename from canvas/AnimatedBackground/js/demo-4.js rename to anime/canvas/AnimatedBackground/js/demo-4.js diff --git a/canvas/AnimatedBackground/js/html5.js b/anime/canvas/AnimatedBackground/js/html5.js similarity index 100% rename from canvas/AnimatedBackground/js/html5.js rename to anime/canvas/AnimatedBackground/js/html5.js diff --git a/canvas/AnimatedBackground/js/rAF.js b/anime/canvas/AnimatedBackground/js/rAF.js similarity index 100% rename from canvas/AnimatedBackground/js/rAF.js rename to anime/canvas/AnimatedBackground/js/rAF.js diff --git a/canvas/PoppingBubbles/css/style.css b/anime/canvas/PoppingBubbles/css/style.css similarity index 100% rename from canvas/PoppingBubbles/css/style.css rename to anime/canvas/PoppingBubbles/css/style.css diff --git a/canvas/PoppingBubbles/img/3-1.gif b/anime/canvas/PoppingBubbles/img/3-1.gif similarity index 100% rename from canvas/PoppingBubbles/img/3-1.gif rename to anime/canvas/PoppingBubbles/img/3-1.gif diff --git a/canvas/PoppingBubbles/index.html b/anime/canvas/PoppingBubbles/index.html similarity index 100% rename from canvas/PoppingBubbles/index.html rename to anime/canvas/PoppingBubbles/index.html diff --git a/canvas/PoppingBubbles/js/index.js b/anime/canvas/PoppingBubbles/js/index.js similarity index 100% rename from canvas/PoppingBubbles/js/index.js rename to anime/canvas/PoppingBubbles/js/index.js diff --git a/canvas/webglCanvas/LDR_LLL1_0.png b/anime/canvas/webglCanvas/LDR_LLL1_0.png similarity index 100% rename from canvas/webglCanvas/LDR_LLL1_0.png rename to anime/canvas/webglCanvas/LDR_LLL1_0.png diff --git a/canvas/webglCanvas/background.js b/anime/canvas/webglCanvas/background.js similarity index 100% rename from canvas/webglCanvas/background.js rename to anime/canvas/webglCanvas/background.js diff --git a/canvas/webglCanvas/index.html b/anime/canvas/webglCanvas/index.html similarity index 100% rename from canvas/webglCanvas/index.html rename to anime/canvas/webglCanvas/index.html diff --git a/canvas/webglCanvas/webgl-canvas.png b/anime/canvas/webglCanvas/webgl-canvas.png similarity index 100% rename from canvas/webglCanvas/webgl-canvas.png rename to anime/canvas/webglCanvas/webgl-canvas.png diff --git a/tx/dllcn/index.css b/anime/font/01/index.css similarity index 100% rename from tx/dllcn/index.css rename to anime/font/01/index.css diff --git a/tx/dllcn/index.html b/anime/font/01/index.html similarity index 100% rename from tx/dllcn/index.html rename to anime/font/01/index.html diff --git a/tx/adipoli-master/adipoli.css b/anime/images/adipoli/adipoli.css similarity index 100% rename from tx/adipoli-master/adipoli.css rename to anime/images/adipoli/adipoli.css diff --git a/tx/adipoli-master/css/adipoli.css b/anime/images/adipoli/css/adipoli.css similarity index 100% rename from tx/adipoli-master/css/adipoli.css rename to anime/images/adipoli/css/adipoli.css diff --git a/tx/adipoli-master/css/demo.css b/anime/images/adipoli/css/demo.css similarity index 100% rename from tx/adipoli-master/css/demo.css rename to anime/images/adipoli/css/demo.css diff --git a/tx/adipoli-master/img/gallery-images/1_1.png b/anime/images/adipoli/img/gallery-images/1_1.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/1_1.png rename to anime/images/adipoli/img/gallery-images/1_1.png diff --git a/tx/adipoli-master/img/gallery-images/1_2.png b/anime/images/adipoli/img/gallery-images/1_2.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/1_2.png rename to anime/images/adipoli/img/gallery-images/1_2.png diff --git a/tx/adipoli-master/img/gallery-images/1_3.png b/anime/images/adipoli/img/gallery-images/1_3.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/1_3.png rename to anime/images/adipoli/img/gallery-images/1_3.png diff --git a/tx/adipoli-master/img/gallery-images/2_1.png b/anime/images/adipoli/img/gallery-images/2_1.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/2_1.png rename to anime/images/adipoli/img/gallery-images/2_1.png diff --git a/tx/adipoli-master/img/gallery-images/2_2.png b/anime/images/adipoli/img/gallery-images/2_2.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/2_2.png rename to anime/images/adipoli/img/gallery-images/2_2.png diff --git a/tx/adipoli-master/img/gallery-images/2_3.png b/anime/images/adipoli/img/gallery-images/2_3.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/2_3.png rename to anime/images/adipoli/img/gallery-images/2_3.png diff --git a/tx/adipoli-master/img/gallery-images/3_1.png b/anime/images/adipoli/img/gallery-images/3_1.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/3_1.png rename to anime/images/adipoli/img/gallery-images/3_1.png diff --git a/tx/adipoli-master/img/gallery-images/3_2.png b/anime/images/adipoli/img/gallery-images/3_2.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/3_2.png rename to anime/images/adipoli/img/gallery-images/3_2.png diff --git a/tx/adipoli-master/img/gallery-images/3_3.png b/anime/images/adipoli/img/gallery-images/3_3.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/3_3.png rename to anime/images/adipoli/img/gallery-images/3_3.png diff --git a/tx/adipoli-master/img/gallery-images/4_1.png b/anime/images/adipoli/img/gallery-images/4_1.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/4_1.png rename to anime/images/adipoli/img/gallery-images/4_1.png diff --git a/tx/adipoli-master/img/gallery-images/4_2.png b/anime/images/adipoli/img/gallery-images/4_2.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/4_2.png rename to anime/images/adipoli/img/gallery-images/4_2.png diff --git a/tx/adipoli-master/img/gallery-images/4_3.png b/anime/images/adipoli/img/gallery-images/4_3.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/4_3.png rename to anime/images/adipoli/img/gallery-images/4_3.png diff --git a/tx/adipoli-master/img/gallery-images/5_1.png b/anime/images/adipoli/img/gallery-images/5_1.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/5_1.png rename to anime/images/adipoli/img/gallery-images/5_1.png diff --git a/tx/adipoli-master/img/gallery-images/5_2.png b/anime/images/adipoli/img/gallery-images/5_2.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/5_2.png rename to anime/images/adipoli/img/gallery-images/5_2.png diff --git a/tx/adipoli-master/img/gallery-images/5_3.png b/anime/images/adipoli/img/gallery-images/5_3.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/5_3.png rename to anime/images/adipoli/img/gallery-images/5_3.png diff --git a/tx/adipoli-master/img/gallery-images/6_1.png b/anime/images/adipoli/img/gallery-images/6_1.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/6_1.png rename to anime/images/adipoli/img/gallery-images/6_1.png diff --git a/tx/adipoli-master/img/gallery-images/6_2.png b/anime/images/adipoli/img/gallery-images/6_2.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/6_2.png rename to anime/images/adipoli/img/gallery-images/6_2.png diff --git a/tx/adipoli-master/img/gallery-images/6_3.png b/anime/images/adipoli/img/gallery-images/6_3.png similarity index 100% rename from tx/adipoli-master/img/gallery-images/6_3.png rename to anime/images/adipoli/img/gallery-images/6_3.png diff --git a/tx/adipoli-master/index.html b/anime/images/adipoli/index.html similarity index 100% rename from tx/adipoli-master/index.html rename to anime/images/adipoli/index.html diff --git a/tx/adipoli-master/js/jquery-1.7.1.js b/anime/images/adipoli/js/jquery-1.7.1.js similarity index 100% rename from tx/adipoli-master/js/jquery-1.7.1.js rename to anime/images/adipoli/js/jquery-1.7.1.js diff --git a/tx/adipoli-master/js/jquery.adipoli.min.js b/anime/images/adipoli/js/jquery.adipoli.min.js similarity index 100% rename from tx/adipoli-master/js/jquery.adipoli.min.js rename to anime/images/adipoli/js/jquery.adipoli.min.js diff --git a/tx/adipoli-master/.gitattributes b/anime/images/checked/.gitattributes similarity index 100% rename from tx/adipoli-master/.gitattributes rename to anime/images/checked/.gitattributes diff --git a/tx/adipoli-master/.gitignore b/anime/images/checked/.gitignore similarity index 100% rename from tx/adipoli-master/.gitignore rename to anime/images/checked/.gitignore diff --git a/tx/css3-image-checked-master/css/demo.css b/anime/images/checked/css/demo.css similarity index 100% rename from tx/css3-image-checked-master/css/demo.css rename to anime/images/checked/css/demo.css diff --git a/loading/0023 (6)/css/normalize.css b/anime/images/checked/css/normalize.css old mode 100644 new mode 100755 similarity index 100% rename from loading/0023 (6)/css/normalize.css rename to anime/images/checked/css/normalize.css diff --git a/tx/css3-image-checked-master/img/1.png b/anime/images/checked/img/1.png similarity index 100% rename from tx/css3-image-checked-master/img/1.png rename to anime/images/checked/img/1.png diff --git a/tx/css3-image-checked-master/img/2.png b/anime/images/checked/img/2.png similarity index 100% rename from tx/css3-image-checked-master/img/2.png rename to anime/images/checked/img/2.png diff --git a/tx/css3-image-checked-master/img/3.png b/anime/images/checked/img/3.png similarity index 100% rename from tx/css3-image-checked-master/img/3.png rename to anime/images/checked/img/3.png diff --git a/tx/css3-image-checked-master/index.html b/anime/images/checked/index.html similarity index 100% rename from tx/css3-image-checked-master/index.html rename to anime/images/checked/index.html diff --git a/tx/css3-image-checked-master/js/anime.min.js b/anime/images/checked/js/anime.min.js similarity index 100% rename from tx/css3-image-checked-master/js/anime.min.js rename to anime/images/checked/js/anime.min.js diff --git a/tx/css3-image-checked-master/js/main.js b/anime/images/checked/js/main.js similarity index 100% rename from tx/css3-image-checked-master/js/main.js rename to anime/images/checked/js/main.js diff --git a/loading/css3-flower-loading/css/zzsc.css b/anime/loading/00/css/zzsc.css similarity index 100% rename from loading/css3-flower-loading/css/zzsc.css rename to anime/loading/00/css/zzsc.css diff --git a/loading/css3-flower-loading/index.html b/anime/loading/00/index.html similarity index 100% rename from loading/css3-flower-loading/index.html rename to anime/loading/00/index.html diff --git a/loading/0023/index.html b/anime/loading/01/index.html similarity index 100% rename from loading/0023/index.html rename to anime/loading/01/index.html diff --git a/loading/0023 (2)/css/style.css b/anime/loading/02/css/style.css similarity index 100% rename from loading/0023 (2)/css/style.css rename to anime/loading/02/css/style.css diff --git a/loading/0023 (2)/index.html b/anime/loading/02/index.html similarity index 100% rename from loading/0023 (2)/index.html rename to anime/loading/02/index.html diff --git a/loading/0023 (3)/demo.html b/anime/loading/03/demo.html similarity index 100% rename from loading/0023 (3)/demo.html rename to anime/loading/03/demo.html diff --git a/loading/0023 (4)/demo.html b/anime/loading/04/demo.html similarity index 100% rename from loading/0023 (4)/demo.html rename to anime/loading/04/demo.html diff --git a/loading/0023 (5)/css/style.css b/anime/loading/05/css/style.css similarity index 100% rename from loading/0023 (5)/css/style.css rename to anime/loading/05/css/style.css diff --git a/loading/0023 (5)/index.html b/anime/loading/05/index.html similarity index 100% rename from loading/0023 (5)/index.html rename to anime/loading/05/index.html diff --git a/loading/0023 (6)/css/demo.css b/anime/loading/06/css/demo.css similarity index 100% rename from loading/0023 (6)/css/demo.css rename to anime/loading/06/css/demo.css diff --git a/loading/0023 (9)/css/normalize.css b/anime/loading/06/css/normalize.css similarity index 100% rename from loading/0023 (9)/css/normalize.css rename to anime/loading/06/css/normalize.css diff --git a/loading/0023 (6)/css/style.css b/anime/loading/06/css/style.css similarity index 100% rename from loading/0023 (6)/css/style.css rename to anime/loading/06/css/style.css diff --git a/loading/0023 (6)/index.html b/anime/loading/06/index.html similarity index 100% rename from loading/0023 (6)/index.html rename to anime/loading/06/index.html diff --git a/loading/0023 (7)/css/style.css b/anime/loading/07/css/style.css similarity index 100% rename from loading/0023 (7)/css/style.css rename to anime/loading/07/css/style.css diff --git a/loading/0023 (7)/index.html b/anime/loading/07/index.html similarity index 100% rename from loading/0023 (7)/index.html rename to anime/loading/07/index.html diff --git a/loading/0023 (8)/index.html b/anime/loading/08/index.html similarity index 100% rename from loading/0023 (8)/index.html rename to anime/loading/08/index.html diff --git a/loading/0023 (10)/js/prefixfree.min.js b/anime/loading/08/js/prefixfree.min.js similarity index 100% rename from loading/0023 (10)/js/prefixfree.min.js rename to anime/loading/08/js/prefixfree.min.js diff --git a/loading/0023 (9)/animations/ball-8bits.html b/anime/loading/09/animations/ball-8bits.html similarity index 100% rename from loading/0023 (9)/animations/ball-8bits.html rename to anime/loading/09/animations/ball-8bits.html diff --git a/loading/0023 (9)/animations/ball-atom.html b/anime/loading/09/animations/ball-atom.html similarity index 100% rename from loading/0023 (9)/animations/ball-atom.html rename to anime/loading/09/animations/ball-atom.html diff --git a/loading/0023 (9)/animations/ball-beat.html b/anime/loading/09/animations/ball-beat.html similarity index 100% rename from loading/0023 (9)/animations/ball-beat.html rename to anime/loading/09/animations/ball-beat.html diff --git a/loading/0023 (9)/animations/ball-circus.html b/anime/loading/09/animations/ball-circus.html similarity index 100% rename from loading/0023 (9)/animations/ball-circus.html rename to anime/loading/09/animations/ball-circus.html diff --git a/loading/0023 (9)/animations/ball-climbing-dot.html b/anime/loading/09/animations/ball-climbing-dot.html similarity index 100% rename from loading/0023 (9)/animations/ball-climbing-dot.html rename to anime/loading/09/animations/ball-climbing-dot.html diff --git a/loading/0023 (9)/animations/ball-clip-rotate-multiple.html b/anime/loading/09/animations/ball-clip-rotate-multiple.html similarity index 100% rename from loading/0023 (9)/animations/ball-clip-rotate-multiple.html rename to anime/loading/09/animations/ball-clip-rotate-multiple.html diff --git a/loading/0023 (9)/animations/ball-clip-rotate-pulse.html b/anime/loading/09/animations/ball-clip-rotate-pulse.html similarity index 100% rename from loading/0023 (9)/animations/ball-clip-rotate-pulse.html rename to anime/loading/09/animations/ball-clip-rotate-pulse.html diff --git a/loading/0023 (9)/animations/ball-clip-rotate.html b/anime/loading/09/animations/ball-clip-rotate.html similarity index 100% rename from loading/0023 (9)/animations/ball-clip-rotate.html rename to anime/loading/09/animations/ball-clip-rotate.html diff --git a/loading/0023 (9)/animations/ball-elastic-dots.html b/anime/loading/09/animations/ball-elastic-dots.html similarity index 100% rename from loading/0023 (9)/animations/ball-elastic-dots.html rename to anime/loading/09/animations/ball-elastic-dots.html diff --git a/loading/0023 (9)/animations/ball-fall.html b/anime/loading/09/animations/ball-fall.html similarity index 100% rename from loading/0023 (9)/animations/ball-fall.html rename to anime/loading/09/animations/ball-fall.html diff --git a/loading/0023 (9)/animations/ball-fussion.html b/anime/loading/09/animations/ball-fussion.html similarity index 100% rename from loading/0023 (9)/animations/ball-fussion.html rename to anime/loading/09/animations/ball-fussion.html diff --git a/loading/0023 (9)/animations/ball-grid-beat.html b/anime/loading/09/animations/ball-grid-beat.html similarity index 100% rename from loading/0023 (9)/animations/ball-grid-beat.html rename to anime/loading/09/animations/ball-grid-beat.html diff --git a/loading/0023 (9)/animations/ball-grid-pulse.html b/anime/loading/09/animations/ball-grid-pulse.html similarity index 100% rename from loading/0023 (9)/animations/ball-grid-pulse.html rename to anime/loading/09/animations/ball-grid-pulse.html diff --git a/loading/0023 (9)/animations/ball-newton-cradle.html b/anime/loading/09/animations/ball-newton-cradle.html similarity index 100% rename from loading/0023 (9)/animations/ball-newton-cradle.html rename to anime/loading/09/animations/ball-newton-cradle.html diff --git a/loading/0023 (9)/animations/ball-pulse-rise.html b/anime/loading/09/animations/ball-pulse-rise.html similarity index 100% rename from loading/0023 (9)/animations/ball-pulse-rise.html rename to anime/loading/09/animations/ball-pulse-rise.html diff --git a/loading/0023 (9)/animations/ball-pulse-sync.html b/anime/loading/09/animations/ball-pulse-sync.html similarity index 100% rename from loading/0023 (9)/animations/ball-pulse-sync.html rename to anime/loading/09/animations/ball-pulse-sync.html diff --git a/loading/0023 (9)/animations/ball-pulse.html b/anime/loading/09/animations/ball-pulse.html similarity index 100% rename from loading/0023 (9)/animations/ball-pulse.html rename to anime/loading/09/animations/ball-pulse.html diff --git a/loading/0023 (9)/animations/ball-rotate.html b/anime/loading/09/animations/ball-rotate.html similarity index 100% rename from loading/0023 (9)/animations/ball-rotate.html rename to anime/loading/09/animations/ball-rotate.html diff --git a/loading/0023 (9)/animations/ball-running-dots.html b/anime/loading/09/animations/ball-running-dots.html similarity index 100% rename from loading/0023 (9)/animations/ball-running-dots.html rename to anime/loading/09/animations/ball-running-dots.html diff --git a/loading/0023 (9)/animations/ball-scale-multiple.html b/anime/loading/09/animations/ball-scale-multiple.html similarity index 100% rename from loading/0023 (9)/animations/ball-scale-multiple.html rename to anime/loading/09/animations/ball-scale-multiple.html diff --git a/loading/0023 (9)/animations/ball-scale-pulse.html b/anime/loading/09/animations/ball-scale-pulse.html similarity index 100% rename from loading/0023 (9)/animations/ball-scale-pulse.html rename to anime/loading/09/animations/ball-scale-pulse.html diff --git a/loading/0023 (9)/animations/ball-scale-ripple-multiple.html b/anime/loading/09/animations/ball-scale-ripple-multiple.html similarity index 100% rename from loading/0023 (9)/animations/ball-scale-ripple-multiple.html rename to anime/loading/09/animations/ball-scale-ripple-multiple.html diff --git a/loading/0023 (9)/animations/ball-scale-ripple.html b/anime/loading/09/animations/ball-scale-ripple.html similarity index 100% rename from loading/0023 (9)/animations/ball-scale-ripple.html rename to anime/loading/09/animations/ball-scale-ripple.html diff --git a/loading/0023 (9)/animations/ball-scale.html b/anime/loading/09/animations/ball-scale.html similarity index 100% rename from loading/0023 (9)/animations/ball-scale.html rename to anime/loading/09/animations/ball-scale.html diff --git a/loading/0023 (9)/animations/ball-spin-clockwise-fade-rotating.html b/anime/loading/09/animations/ball-spin-clockwise-fade-rotating.html similarity index 100% rename from loading/0023 (9)/animations/ball-spin-clockwise-fade-rotating.html rename to anime/loading/09/animations/ball-spin-clockwise-fade-rotating.html diff --git a/loading/0023 (9)/animations/ball-spin-clockwise-fade.html b/anime/loading/09/animations/ball-spin-clockwise-fade.html similarity index 100% rename from loading/0023 (9)/animations/ball-spin-clockwise-fade.html rename to anime/loading/09/animations/ball-spin-clockwise-fade.html diff --git a/loading/0023 (9)/animations/ball-spin-clockwise.html b/anime/loading/09/animations/ball-spin-clockwise.html similarity index 100% rename from loading/0023 (9)/animations/ball-spin-clockwise.html rename to anime/loading/09/animations/ball-spin-clockwise.html diff --git a/loading/0023 (9)/animations/ball-spin-fade-rotating.html b/anime/loading/09/animations/ball-spin-fade-rotating.html similarity index 100% rename from loading/0023 (9)/animations/ball-spin-fade-rotating.html rename to anime/loading/09/animations/ball-spin-fade-rotating.html diff --git a/loading/0023 (9)/animations/ball-spin-fade.html b/anime/loading/09/animations/ball-spin-fade.html similarity index 100% rename from loading/0023 (9)/animations/ball-spin-fade.html rename to anime/loading/09/animations/ball-spin-fade.html diff --git a/loading/0023 (9)/animations/ball-spin-rotate.html b/anime/loading/09/animations/ball-spin-rotate.html similarity index 100% rename from loading/0023 (9)/animations/ball-spin-rotate.html rename to anime/loading/09/animations/ball-spin-rotate.html diff --git a/loading/0023 (9)/animations/ball-spin.html b/anime/loading/09/animations/ball-spin.html similarity index 100% rename from loading/0023 (9)/animations/ball-spin.html rename to anime/loading/09/animations/ball-spin.html diff --git a/loading/0023 (9)/animations/ball-square-clockwise-spin.html b/anime/loading/09/animations/ball-square-clockwise-spin.html similarity index 100% rename from loading/0023 (9)/animations/ball-square-clockwise-spin.html rename to anime/loading/09/animations/ball-square-clockwise-spin.html diff --git a/loading/0023 (9)/animations/ball-square-spin.html b/anime/loading/09/animations/ball-square-spin.html similarity index 100% rename from loading/0023 (9)/animations/ball-square-spin.html rename to anime/loading/09/animations/ball-square-spin.html diff --git a/loading/0023 (9)/animations/ball-triangle-path.html b/anime/loading/09/animations/ball-triangle-path.html similarity index 100% rename from loading/0023 (9)/animations/ball-triangle-path.html rename to anime/loading/09/animations/ball-triangle-path.html diff --git a/loading/0023 (9)/animations/ball-zig-zag-deflect.html b/anime/loading/09/animations/ball-zig-zag-deflect.html similarity index 100% rename from loading/0023 (9)/animations/ball-zig-zag-deflect.html rename to anime/loading/09/animations/ball-zig-zag-deflect.html diff --git a/loading/0023 (9)/animations/ball-zig-zag.html b/anime/loading/09/animations/ball-zig-zag.html similarity index 100% rename from loading/0023 (9)/animations/ball-zig-zag.html rename to anime/loading/09/animations/ball-zig-zag.html diff --git a/loading/0023 (9)/animations/cog.html b/anime/loading/09/animations/cog.html similarity index 100% rename from loading/0023 (9)/animations/cog.html rename to anime/loading/09/animations/cog.html diff --git a/loading/0023 (9)/animations/cube-transition.html b/anime/loading/09/animations/cube-transition.html similarity index 100% rename from loading/0023 (9)/animations/cube-transition.html rename to anime/loading/09/animations/cube-transition.html diff --git a/loading/0023 (9)/animations/fire.html b/anime/loading/09/animations/fire.html similarity index 100% rename from loading/0023 (9)/animations/fire.html rename to anime/loading/09/animations/fire.html diff --git a/loading/0023 (9)/animations/line-scale-party.html b/anime/loading/09/animations/line-scale-party.html similarity index 100% rename from loading/0023 (9)/animations/line-scale-party.html rename to anime/loading/09/animations/line-scale-party.html diff --git a/loading/0023 (9)/animations/line-scale-pulse-out-rapid.html b/anime/loading/09/animations/line-scale-pulse-out-rapid.html similarity index 100% rename from loading/0023 (9)/animations/line-scale-pulse-out-rapid.html rename to anime/loading/09/animations/line-scale-pulse-out-rapid.html diff --git a/loading/0023 (9)/animations/line-scale-pulse-out.html b/anime/loading/09/animations/line-scale-pulse-out.html similarity index 100% rename from loading/0023 (9)/animations/line-scale-pulse-out.html rename to anime/loading/09/animations/line-scale-pulse-out.html diff --git a/loading/0023 (9)/animations/line-scale.html b/anime/loading/09/animations/line-scale.html similarity index 100% rename from loading/0023 (9)/animations/line-scale.html rename to anime/loading/09/animations/line-scale.html diff --git a/loading/0023 (9)/animations/line-spin-clockwise-fade-rotating.html b/anime/loading/09/animations/line-spin-clockwise-fade-rotating.html similarity index 100% rename from loading/0023 (9)/animations/line-spin-clockwise-fade-rotating.html rename to anime/loading/09/animations/line-spin-clockwise-fade-rotating.html diff --git a/loading/0023 (9)/animations/line-spin-clockwise-fade.html b/anime/loading/09/animations/line-spin-clockwise-fade.html similarity index 100% rename from loading/0023 (9)/animations/line-spin-clockwise-fade.html rename to anime/loading/09/animations/line-spin-clockwise-fade.html diff --git a/loading/0023 (9)/animations/line-spin-fade-rotating.html b/anime/loading/09/animations/line-spin-fade-rotating.html similarity index 100% rename from loading/0023 (9)/animations/line-spin-fade-rotating.html rename to anime/loading/09/animations/line-spin-fade-rotating.html diff --git a/loading/0023 (9)/animations/line-spin-fade.html b/anime/loading/09/animations/line-spin-fade.html similarity index 100% rename from loading/0023 (9)/animations/line-spin-fade.html rename to anime/loading/09/animations/line-spin-fade.html diff --git a/loading/0023 (9)/animations/pacman.html b/anime/loading/09/animations/pacman.html similarity index 100% rename from loading/0023 (9)/animations/pacman.html rename to anime/loading/09/animations/pacman.html diff --git a/loading/0023 (9)/animations/square-jelly-box.html b/anime/loading/09/animations/square-jelly-box.html similarity index 100% rename from loading/0023 (9)/animations/square-jelly-box.html rename to anime/loading/09/animations/square-jelly-box.html diff --git a/loading/0023 (9)/animations/square-loader.html b/anime/loading/09/animations/square-loader.html similarity index 100% rename from loading/0023 (9)/animations/square-loader.html rename to anime/loading/09/animations/square-loader.html diff --git a/loading/0023 (9)/animations/square-spin.html b/anime/loading/09/animations/square-spin.html similarity index 100% rename from loading/0023 (9)/animations/square-spin.html rename to anime/loading/09/animations/square-spin.html diff --git a/loading/0023 (9)/animations/timer.html b/anime/loading/09/animations/timer.html similarity index 100% rename from loading/0023 (9)/animations/timer.html rename to anime/loading/09/animations/timer.html diff --git a/loading/0023 (9)/animations/triangle-skew-spin.html b/anime/loading/09/animations/triangle-skew-spin.html similarity index 100% rename from loading/0023 (9)/animations/triangle-skew-spin.html rename to anime/loading/09/animations/triangle-skew-spin.html diff --git a/loading/0023 (9)/assets/jquery.min.js b/anime/loading/09/assets/jquery.min.js similarity index 100% rename from loading/0023 (9)/assets/jquery.min.js rename to anime/loading/09/assets/jquery.min.js diff --git a/loading/0023 (9)/assets/loaders.css b/anime/loading/09/assets/loaders.css similarity index 100% rename from loading/0023 (9)/assets/loaders.css rename to anime/loading/09/assets/loaders.css diff --git a/loading/0023 (9)/assets/plugins.min.js b/anime/loading/09/assets/plugins.min.js similarity index 100% rename from loading/0023 (9)/assets/plugins.min.js rename to anime/loading/09/assets/plugins.min.js diff --git a/loading/0023 (9)/assets/script.min.js b/anime/loading/09/assets/script.min.js similarity index 100% rename from loading/0023 (9)/assets/script.min.js rename to anime/loading/09/assets/script.min.js diff --git a/loading/0023 (9)/assets/style.css b/anime/loading/09/assets/style.css similarity index 100% rename from loading/0023 (9)/assets/style.css rename to anime/loading/09/assets/style.css diff --git a/loading/0023 (9)/css/ball-8bits.css b/anime/loading/09/css/ball-8bits.css similarity index 100% rename from loading/0023 (9)/css/ball-8bits.css rename to anime/loading/09/css/ball-8bits.css diff --git a/loading/0023 (9)/css/ball-8bits.min.css b/anime/loading/09/css/ball-8bits.min.css similarity index 100% rename from loading/0023 (9)/css/ball-8bits.min.css rename to anime/loading/09/css/ball-8bits.min.css diff --git a/loading/0023 (9)/css/ball-atom.css b/anime/loading/09/css/ball-atom.css similarity index 100% rename from loading/0023 (9)/css/ball-atom.css rename to anime/loading/09/css/ball-atom.css diff --git a/loading/0023 (9)/css/ball-atom.min.css b/anime/loading/09/css/ball-atom.min.css similarity index 100% rename from loading/0023 (9)/css/ball-atom.min.css rename to anime/loading/09/css/ball-atom.min.css diff --git a/loading/0023 (9)/css/ball-beat.css b/anime/loading/09/css/ball-beat.css similarity index 100% rename from loading/0023 (9)/css/ball-beat.css rename to anime/loading/09/css/ball-beat.css diff --git a/loading/0023 (9)/css/ball-beat.min.css b/anime/loading/09/css/ball-beat.min.css similarity index 100% rename from loading/0023 (9)/css/ball-beat.min.css rename to anime/loading/09/css/ball-beat.min.css diff --git a/loading/0023 (9)/css/ball-circus.css b/anime/loading/09/css/ball-circus.css similarity index 100% rename from loading/0023 (9)/css/ball-circus.css rename to anime/loading/09/css/ball-circus.css diff --git a/loading/0023 (9)/css/ball-circus.min.css b/anime/loading/09/css/ball-circus.min.css similarity index 100% rename from loading/0023 (9)/css/ball-circus.min.css rename to anime/loading/09/css/ball-circus.min.css diff --git a/loading/0023 (9)/css/ball-climbing-dot.css b/anime/loading/09/css/ball-climbing-dot.css similarity index 100% rename from loading/0023 (9)/css/ball-climbing-dot.css rename to anime/loading/09/css/ball-climbing-dot.css diff --git a/loading/0023 (9)/css/ball-climbing-dot.min.css b/anime/loading/09/css/ball-climbing-dot.min.css similarity index 100% rename from loading/0023 (9)/css/ball-climbing-dot.min.css rename to anime/loading/09/css/ball-climbing-dot.min.css diff --git a/loading/0023 (9)/css/ball-clip-rotate-multiple.css b/anime/loading/09/css/ball-clip-rotate-multiple.css similarity index 100% rename from loading/0023 (9)/css/ball-clip-rotate-multiple.css rename to anime/loading/09/css/ball-clip-rotate-multiple.css diff --git a/loading/0023 (9)/css/ball-clip-rotate-multiple.min.css b/anime/loading/09/css/ball-clip-rotate-multiple.min.css similarity index 100% rename from loading/0023 (9)/css/ball-clip-rotate-multiple.min.css rename to anime/loading/09/css/ball-clip-rotate-multiple.min.css diff --git a/loading/0023 (9)/css/ball-clip-rotate-pulse.css b/anime/loading/09/css/ball-clip-rotate-pulse.css similarity index 100% rename from loading/0023 (9)/css/ball-clip-rotate-pulse.css rename to anime/loading/09/css/ball-clip-rotate-pulse.css diff --git a/loading/0023 (9)/css/ball-clip-rotate-pulse.min.css b/anime/loading/09/css/ball-clip-rotate-pulse.min.css similarity index 100% rename from loading/0023 (9)/css/ball-clip-rotate-pulse.min.css rename to anime/loading/09/css/ball-clip-rotate-pulse.min.css diff --git a/loading/0023 (9)/css/ball-clip-rotate.css b/anime/loading/09/css/ball-clip-rotate.css similarity index 100% rename from loading/0023 (9)/css/ball-clip-rotate.css rename to anime/loading/09/css/ball-clip-rotate.css diff --git a/loading/0023 (9)/css/ball-clip-rotate.min.css b/anime/loading/09/css/ball-clip-rotate.min.css similarity index 100% rename from loading/0023 (9)/css/ball-clip-rotate.min.css rename to anime/loading/09/css/ball-clip-rotate.min.css diff --git a/loading/0023 (9)/css/ball-elastic-dots.css b/anime/loading/09/css/ball-elastic-dots.css similarity index 100% rename from loading/0023 (9)/css/ball-elastic-dots.css rename to anime/loading/09/css/ball-elastic-dots.css diff --git a/loading/0023 (9)/css/ball-elastic-dots.min.css b/anime/loading/09/css/ball-elastic-dots.min.css similarity index 100% rename from loading/0023 (9)/css/ball-elastic-dots.min.css rename to anime/loading/09/css/ball-elastic-dots.min.css diff --git a/loading/0023 (9)/css/ball-fall.css b/anime/loading/09/css/ball-fall.css similarity index 100% rename from loading/0023 (9)/css/ball-fall.css rename to anime/loading/09/css/ball-fall.css diff --git a/loading/0023 (9)/css/ball-fall.min.css b/anime/loading/09/css/ball-fall.min.css similarity index 100% rename from loading/0023 (9)/css/ball-fall.min.css rename to anime/loading/09/css/ball-fall.min.css diff --git a/loading/0023 (9)/css/ball-fussion.css b/anime/loading/09/css/ball-fussion.css similarity index 100% rename from loading/0023 (9)/css/ball-fussion.css rename to anime/loading/09/css/ball-fussion.css diff --git a/loading/0023 (9)/css/ball-fussion.min.css b/anime/loading/09/css/ball-fussion.min.css similarity index 100% rename from loading/0023 (9)/css/ball-fussion.min.css rename to anime/loading/09/css/ball-fussion.min.css diff --git a/loading/0023 (9)/css/ball-grid-beat.css b/anime/loading/09/css/ball-grid-beat.css similarity index 100% rename from loading/0023 (9)/css/ball-grid-beat.css rename to anime/loading/09/css/ball-grid-beat.css diff --git a/loading/0023 (9)/css/ball-grid-beat.min.css b/anime/loading/09/css/ball-grid-beat.min.css similarity index 100% rename from loading/0023 (9)/css/ball-grid-beat.min.css rename to anime/loading/09/css/ball-grid-beat.min.css diff --git a/loading/0023 (9)/css/ball-grid-pulse.css b/anime/loading/09/css/ball-grid-pulse.css similarity index 100% rename from loading/0023 (9)/css/ball-grid-pulse.css rename to anime/loading/09/css/ball-grid-pulse.css diff --git a/loading/0023 (9)/css/ball-grid-pulse.min.css b/anime/loading/09/css/ball-grid-pulse.min.css similarity index 100% rename from loading/0023 (9)/css/ball-grid-pulse.min.css rename to anime/loading/09/css/ball-grid-pulse.min.css diff --git a/loading/0023 (9)/css/ball-newton-cradle.css b/anime/loading/09/css/ball-newton-cradle.css similarity index 100% rename from loading/0023 (9)/css/ball-newton-cradle.css rename to anime/loading/09/css/ball-newton-cradle.css diff --git a/loading/0023 (9)/css/ball-newton-cradle.min.css b/anime/loading/09/css/ball-newton-cradle.min.css similarity index 100% rename from loading/0023 (9)/css/ball-newton-cradle.min.css rename to anime/loading/09/css/ball-newton-cradle.min.css diff --git a/loading/0023 (9)/css/ball-pulse-rise.css b/anime/loading/09/css/ball-pulse-rise.css similarity index 100% rename from loading/0023 (9)/css/ball-pulse-rise.css rename to anime/loading/09/css/ball-pulse-rise.css diff --git a/loading/0023 (9)/css/ball-pulse-rise.min.css b/anime/loading/09/css/ball-pulse-rise.min.css similarity index 100% rename from loading/0023 (9)/css/ball-pulse-rise.min.css rename to anime/loading/09/css/ball-pulse-rise.min.css diff --git a/loading/0023 (9)/css/ball-pulse-sync.css b/anime/loading/09/css/ball-pulse-sync.css similarity index 100% rename from loading/0023 (9)/css/ball-pulse-sync.css rename to anime/loading/09/css/ball-pulse-sync.css diff --git a/loading/0023 (9)/css/ball-pulse-sync.min.css b/anime/loading/09/css/ball-pulse-sync.min.css similarity index 100% rename from loading/0023 (9)/css/ball-pulse-sync.min.css rename to anime/loading/09/css/ball-pulse-sync.min.css diff --git a/loading/0023 (9)/css/ball-pulse.css b/anime/loading/09/css/ball-pulse.css similarity index 100% rename from loading/0023 (9)/css/ball-pulse.css rename to anime/loading/09/css/ball-pulse.css diff --git a/loading/0023 (9)/css/ball-pulse.min.css b/anime/loading/09/css/ball-pulse.min.css similarity index 100% rename from loading/0023 (9)/css/ball-pulse.min.css rename to anime/loading/09/css/ball-pulse.min.css diff --git a/loading/0023 (9)/css/ball-rotate.css b/anime/loading/09/css/ball-rotate.css similarity index 100% rename from loading/0023 (9)/css/ball-rotate.css rename to anime/loading/09/css/ball-rotate.css diff --git a/loading/0023 (9)/css/ball-rotate.min.css b/anime/loading/09/css/ball-rotate.min.css similarity index 100% rename from loading/0023 (9)/css/ball-rotate.min.css rename to anime/loading/09/css/ball-rotate.min.css diff --git a/loading/0023 (9)/css/ball-running-dots.css b/anime/loading/09/css/ball-running-dots.css similarity index 100% rename from loading/0023 (9)/css/ball-running-dots.css rename to anime/loading/09/css/ball-running-dots.css diff --git a/loading/0023 (9)/css/ball-running-dots.min.css b/anime/loading/09/css/ball-running-dots.min.css similarity index 100% rename from loading/0023 (9)/css/ball-running-dots.min.css rename to anime/loading/09/css/ball-running-dots.min.css diff --git a/loading/0023 (9)/css/ball-scale-multiple.css b/anime/loading/09/css/ball-scale-multiple.css similarity index 100% rename from loading/0023 (9)/css/ball-scale-multiple.css rename to anime/loading/09/css/ball-scale-multiple.css diff --git a/loading/0023 (9)/css/ball-scale-multiple.min.css b/anime/loading/09/css/ball-scale-multiple.min.css similarity index 100% rename from loading/0023 (9)/css/ball-scale-multiple.min.css rename to anime/loading/09/css/ball-scale-multiple.min.css diff --git a/loading/0023 (9)/css/ball-scale-pulse.css b/anime/loading/09/css/ball-scale-pulse.css similarity index 100% rename from loading/0023 (9)/css/ball-scale-pulse.css rename to anime/loading/09/css/ball-scale-pulse.css diff --git a/loading/0023 (9)/css/ball-scale-pulse.min.css b/anime/loading/09/css/ball-scale-pulse.min.css similarity index 100% rename from loading/0023 (9)/css/ball-scale-pulse.min.css rename to anime/loading/09/css/ball-scale-pulse.min.css diff --git a/loading/0023 (9)/css/ball-scale-ripple-multiple.css b/anime/loading/09/css/ball-scale-ripple-multiple.css similarity index 100% rename from loading/0023 (9)/css/ball-scale-ripple-multiple.css rename to anime/loading/09/css/ball-scale-ripple-multiple.css diff --git a/loading/0023 (9)/css/ball-scale-ripple-multiple.min.css b/anime/loading/09/css/ball-scale-ripple-multiple.min.css similarity index 100% rename from loading/0023 (9)/css/ball-scale-ripple-multiple.min.css rename to anime/loading/09/css/ball-scale-ripple-multiple.min.css diff --git a/loading/0023 (9)/css/ball-scale-ripple.css b/anime/loading/09/css/ball-scale-ripple.css similarity index 100% rename from loading/0023 (9)/css/ball-scale-ripple.css rename to anime/loading/09/css/ball-scale-ripple.css diff --git a/loading/0023 (9)/css/ball-scale-ripple.min.css b/anime/loading/09/css/ball-scale-ripple.min.css similarity index 100% rename from loading/0023 (9)/css/ball-scale-ripple.min.css rename to anime/loading/09/css/ball-scale-ripple.min.css diff --git a/loading/0023 (9)/css/ball-scale.css b/anime/loading/09/css/ball-scale.css similarity index 100% rename from loading/0023 (9)/css/ball-scale.css rename to anime/loading/09/css/ball-scale.css diff --git a/loading/0023 (9)/css/ball-scale.min.css b/anime/loading/09/css/ball-scale.min.css similarity index 100% rename from loading/0023 (9)/css/ball-scale.min.css rename to anime/loading/09/css/ball-scale.min.css diff --git a/loading/0023 (9)/css/ball-spin-clockwise-fade-rotating.css b/anime/loading/09/css/ball-spin-clockwise-fade-rotating.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-clockwise-fade-rotating.css rename to anime/loading/09/css/ball-spin-clockwise-fade-rotating.css diff --git a/loading/0023 (9)/css/ball-spin-clockwise-fade-rotating.min.css b/anime/loading/09/css/ball-spin-clockwise-fade-rotating.min.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-clockwise-fade-rotating.min.css rename to anime/loading/09/css/ball-spin-clockwise-fade-rotating.min.css diff --git a/loading/0023 (9)/css/ball-spin-clockwise-fade.css b/anime/loading/09/css/ball-spin-clockwise-fade.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-clockwise-fade.css rename to anime/loading/09/css/ball-spin-clockwise-fade.css diff --git a/loading/0023 (9)/css/ball-spin-clockwise-fade.min.css b/anime/loading/09/css/ball-spin-clockwise-fade.min.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-clockwise-fade.min.css rename to anime/loading/09/css/ball-spin-clockwise-fade.min.css diff --git a/loading/0023 (9)/css/ball-spin-clockwise.css b/anime/loading/09/css/ball-spin-clockwise.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-clockwise.css rename to anime/loading/09/css/ball-spin-clockwise.css diff --git a/loading/0023 (9)/css/ball-spin-clockwise.min.css b/anime/loading/09/css/ball-spin-clockwise.min.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-clockwise.min.css rename to anime/loading/09/css/ball-spin-clockwise.min.css diff --git a/loading/0023 (9)/css/ball-spin-fade-rotating.css b/anime/loading/09/css/ball-spin-fade-rotating.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-fade-rotating.css rename to anime/loading/09/css/ball-spin-fade-rotating.css diff --git a/loading/0023 (9)/css/ball-spin-fade-rotating.min.css b/anime/loading/09/css/ball-spin-fade-rotating.min.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-fade-rotating.min.css rename to anime/loading/09/css/ball-spin-fade-rotating.min.css diff --git a/loading/0023 (9)/css/ball-spin-fade.css b/anime/loading/09/css/ball-spin-fade.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-fade.css rename to anime/loading/09/css/ball-spin-fade.css diff --git a/loading/0023 (9)/css/ball-spin-fade.min.css b/anime/loading/09/css/ball-spin-fade.min.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-fade.min.css rename to anime/loading/09/css/ball-spin-fade.min.css diff --git a/loading/0023 (9)/css/ball-spin-rotate.css b/anime/loading/09/css/ball-spin-rotate.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-rotate.css rename to anime/loading/09/css/ball-spin-rotate.css diff --git a/loading/0023 (9)/css/ball-spin-rotate.min.css b/anime/loading/09/css/ball-spin-rotate.min.css similarity index 100% rename from loading/0023 (9)/css/ball-spin-rotate.min.css rename to anime/loading/09/css/ball-spin-rotate.min.css diff --git a/loading/0023 (9)/css/ball-spin.css b/anime/loading/09/css/ball-spin.css similarity index 100% rename from loading/0023 (9)/css/ball-spin.css rename to anime/loading/09/css/ball-spin.css diff --git a/loading/0023 (9)/css/ball-spin.min.css b/anime/loading/09/css/ball-spin.min.css similarity index 100% rename from loading/0023 (9)/css/ball-spin.min.css rename to anime/loading/09/css/ball-spin.min.css diff --git a/loading/0023 (9)/css/ball-square-clockwise-spin.css b/anime/loading/09/css/ball-square-clockwise-spin.css similarity index 100% rename from loading/0023 (9)/css/ball-square-clockwise-spin.css rename to anime/loading/09/css/ball-square-clockwise-spin.css diff --git a/loading/0023 (9)/css/ball-square-clockwise-spin.min.css b/anime/loading/09/css/ball-square-clockwise-spin.min.css similarity index 100% rename from loading/0023 (9)/css/ball-square-clockwise-spin.min.css rename to anime/loading/09/css/ball-square-clockwise-spin.min.css diff --git a/loading/0023 (9)/css/ball-square-spin.css b/anime/loading/09/css/ball-square-spin.css similarity index 100% rename from loading/0023 (9)/css/ball-square-spin.css rename to anime/loading/09/css/ball-square-spin.css diff --git a/loading/0023 (9)/css/ball-square-spin.min.css b/anime/loading/09/css/ball-square-spin.min.css similarity index 100% rename from loading/0023 (9)/css/ball-square-spin.min.css rename to anime/loading/09/css/ball-square-spin.min.css diff --git a/loading/0023 (9)/css/ball-triangle-path.css b/anime/loading/09/css/ball-triangle-path.css similarity index 100% rename from loading/0023 (9)/css/ball-triangle-path.css rename to anime/loading/09/css/ball-triangle-path.css diff --git a/loading/0023 (9)/css/ball-triangle-path.min.css b/anime/loading/09/css/ball-triangle-path.min.css similarity index 100% rename from loading/0023 (9)/css/ball-triangle-path.min.css rename to anime/loading/09/css/ball-triangle-path.min.css diff --git a/loading/0023 (9)/css/ball-zig-zag-deflect.css b/anime/loading/09/css/ball-zig-zag-deflect.css similarity index 100% rename from loading/0023 (9)/css/ball-zig-zag-deflect.css rename to anime/loading/09/css/ball-zig-zag-deflect.css diff --git a/loading/0023 (9)/css/ball-zig-zag-deflect.min.css b/anime/loading/09/css/ball-zig-zag-deflect.min.css similarity index 100% rename from loading/0023 (9)/css/ball-zig-zag-deflect.min.css rename to anime/loading/09/css/ball-zig-zag-deflect.min.css diff --git a/loading/0023 (9)/css/ball-zig-zag.css b/anime/loading/09/css/ball-zig-zag.css similarity index 100% rename from loading/0023 (9)/css/ball-zig-zag.css rename to anime/loading/09/css/ball-zig-zag.css diff --git a/loading/0023 (9)/css/ball-zig-zag.min.css b/anime/loading/09/css/ball-zig-zag.min.css similarity index 100% rename from loading/0023 (9)/css/ball-zig-zag.min.css rename to anime/loading/09/css/ball-zig-zag.min.css diff --git a/loading/0023 (9)/css/cog.css b/anime/loading/09/css/cog.css similarity index 100% rename from loading/0023 (9)/css/cog.css rename to anime/loading/09/css/cog.css diff --git a/loading/0023 (9)/css/cog.min.css b/anime/loading/09/css/cog.min.css similarity index 100% rename from loading/0023 (9)/css/cog.min.css rename to anime/loading/09/css/cog.min.css diff --git a/loading/0023 (9)/css/cube-transition.css b/anime/loading/09/css/cube-transition.css similarity index 100% rename from loading/0023 (9)/css/cube-transition.css rename to anime/loading/09/css/cube-transition.css diff --git a/loading/0023 (9)/css/cube-transition.min.css b/anime/loading/09/css/cube-transition.min.css similarity index 100% rename from loading/0023 (9)/css/cube-transition.min.css rename to anime/loading/09/css/cube-transition.min.css diff --git a/loading/0023 (9)/css/default.css b/anime/loading/09/css/default.css similarity index 100% rename from loading/0023 (9)/css/default.css rename to anime/loading/09/css/default.css diff --git a/loading/0023 (9)/css/fire.css b/anime/loading/09/css/fire.css similarity index 100% rename from loading/0023 (9)/css/fire.css rename to anime/loading/09/css/fire.css diff --git a/loading/0023 (9)/css/fire.min.css b/anime/loading/09/css/fire.min.css similarity index 100% rename from loading/0023 (9)/css/fire.min.css rename to anime/loading/09/css/fire.min.css diff --git a/loading/0023 (9)/css/line-scale-party.css b/anime/loading/09/css/line-scale-party.css similarity index 100% rename from loading/0023 (9)/css/line-scale-party.css rename to anime/loading/09/css/line-scale-party.css diff --git a/loading/0023 (9)/css/line-scale-party.min.css b/anime/loading/09/css/line-scale-party.min.css similarity index 100% rename from loading/0023 (9)/css/line-scale-party.min.css rename to anime/loading/09/css/line-scale-party.min.css diff --git a/loading/0023 (9)/css/line-scale-pulse-out-rapid.css b/anime/loading/09/css/line-scale-pulse-out-rapid.css similarity index 100% rename from loading/0023 (9)/css/line-scale-pulse-out-rapid.css rename to anime/loading/09/css/line-scale-pulse-out-rapid.css diff --git a/loading/0023 (9)/css/line-scale-pulse-out-rapid.min.css b/anime/loading/09/css/line-scale-pulse-out-rapid.min.css similarity index 100% rename from loading/0023 (9)/css/line-scale-pulse-out-rapid.min.css rename to anime/loading/09/css/line-scale-pulse-out-rapid.min.css diff --git a/loading/0023 (9)/css/line-scale-pulse-out.css b/anime/loading/09/css/line-scale-pulse-out.css similarity index 100% rename from loading/0023 (9)/css/line-scale-pulse-out.css rename to anime/loading/09/css/line-scale-pulse-out.css diff --git a/loading/0023 (9)/css/line-scale-pulse-out.min.css b/anime/loading/09/css/line-scale-pulse-out.min.css similarity index 100% rename from loading/0023 (9)/css/line-scale-pulse-out.min.css rename to anime/loading/09/css/line-scale-pulse-out.min.css diff --git a/loading/0023 (9)/css/line-scale.css b/anime/loading/09/css/line-scale.css similarity index 100% rename from loading/0023 (9)/css/line-scale.css rename to anime/loading/09/css/line-scale.css diff --git a/loading/0023 (9)/css/line-scale.min.css b/anime/loading/09/css/line-scale.min.css similarity index 100% rename from loading/0023 (9)/css/line-scale.min.css rename to anime/loading/09/css/line-scale.min.css diff --git a/loading/0023 (9)/css/line-spin-clockwise-fade-rotating.css b/anime/loading/09/css/line-spin-clockwise-fade-rotating.css similarity index 100% rename from loading/0023 (9)/css/line-spin-clockwise-fade-rotating.css rename to anime/loading/09/css/line-spin-clockwise-fade-rotating.css diff --git a/loading/0023 (9)/css/line-spin-clockwise-fade-rotating.min.css b/anime/loading/09/css/line-spin-clockwise-fade-rotating.min.css similarity index 100% rename from loading/0023 (9)/css/line-spin-clockwise-fade-rotating.min.css rename to anime/loading/09/css/line-spin-clockwise-fade-rotating.min.css diff --git a/loading/0023 (9)/css/line-spin-clockwise-fade.css b/anime/loading/09/css/line-spin-clockwise-fade.css similarity index 100% rename from loading/0023 (9)/css/line-spin-clockwise-fade.css rename to anime/loading/09/css/line-spin-clockwise-fade.css diff --git a/loading/0023 (9)/css/line-spin-clockwise-fade.min.css b/anime/loading/09/css/line-spin-clockwise-fade.min.css similarity index 100% rename from loading/0023 (9)/css/line-spin-clockwise-fade.min.css rename to anime/loading/09/css/line-spin-clockwise-fade.min.css diff --git a/loading/0023 (9)/css/line-spin-fade-rotating.css b/anime/loading/09/css/line-spin-fade-rotating.css similarity index 100% rename from loading/0023 (9)/css/line-spin-fade-rotating.css rename to anime/loading/09/css/line-spin-fade-rotating.css diff --git a/loading/0023 (9)/css/line-spin-fade-rotating.min.css b/anime/loading/09/css/line-spin-fade-rotating.min.css similarity index 100% rename from loading/0023 (9)/css/line-spin-fade-rotating.min.css rename to anime/loading/09/css/line-spin-fade-rotating.min.css diff --git a/loading/0023 (9)/css/line-spin-fade.css b/anime/loading/09/css/line-spin-fade.css similarity index 100% rename from loading/0023 (9)/css/line-spin-fade.css rename to anime/loading/09/css/line-spin-fade.css diff --git a/loading/0023 (9)/css/line-spin-fade.min.css b/anime/loading/09/css/line-spin-fade.min.css similarity index 100% rename from loading/0023 (9)/css/line-spin-fade.min.css rename to anime/loading/09/css/line-spin-fade.min.css diff --git a/loading/0023(13)/css/normalize.css b/anime/loading/09/css/normalize.css similarity index 100% rename from loading/0023(13)/css/normalize.css rename to anime/loading/09/css/normalize.css diff --git a/loading/0023 (9)/css/pacman.css b/anime/loading/09/css/pacman.css similarity index 100% rename from loading/0023 (9)/css/pacman.css rename to anime/loading/09/css/pacman.css diff --git a/loading/0023 (9)/css/pacman.min.css b/anime/loading/09/css/pacman.min.css similarity index 100% rename from loading/0023 (9)/css/pacman.min.css rename to anime/loading/09/css/pacman.min.css diff --git a/loading/0023 (9)/css/square-jelly-box.css b/anime/loading/09/css/square-jelly-box.css similarity index 100% rename from loading/0023 (9)/css/square-jelly-box.css rename to anime/loading/09/css/square-jelly-box.css diff --git a/loading/0023 (9)/css/square-jelly-box.min.css b/anime/loading/09/css/square-jelly-box.min.css similarity index 100% rename from loading/0023 (9)/css/square-jelly-box.min.css rename to anime/loading/09/css/square-jelly-box.min.css diff --git a/loading/0023 (9)/css/square-loader.css b/anime/loading/09/css/square-loader.css similarity index 100% rename from loading/0023 (9)/css/square-loader.css rename to anime/loading/09/css/square-loader.css diff --git a/loading/0023 (9)/css/square-loader.min.css b/anime/loading/09/css/square-loader.min.css similarity index 100% rename from loading/0023 (9)/css/square-loader.min.css rename to anime/loading/09/css/square-loader.min.css diff --git a/loading/0023 (9)/css/square-spin.css b/anime/loading/09/css/square-spin.css similarity index 100% rename from loading/0023 (9)/css/square-spin.css rename to anime/loading/09/css/square-spin.css diff --git a/loading/0023 (9)/css/square-spin.min.css b/anime/loading/09/css/square-spin.min.css similarity index 100% rename from loading/0023 (9)/css/square-spin.min.css rename to anime/loading/09/css/square-spin.min.css diff --git a/loading/0023 (9)/css/timer.css b/anime/loading/09/css/timer.css similarity index 100% rename from loading/0023 (9)/css/timer.css rename to anime/loading/09/css/timer.css diff --git a/loading/0023 (9)/css/timer.min.css b/anime/loading/09/css/timer.min.css similarity index 100% rename from loading/0023 (9)/css/timer.min.css rename to anime/loading/09/css/timer.min.css diff --git a/loading/0023 (9)/css/triangle-skew-spin.css b/anime/loading/09/css/triangle-skew-spin.css similarity index 100% rename from loading/0023 (9)/css/triangle-skew-spin.css rename to anime/loading/09/css/triangle-skew-spin.css diff --git a/loading/0023 (9)/css/triangle-skew-spin.min.css b/anime/loading/09/css/triangle-skew-spin.min.css similarity index 100% rename from loading/0023 (9)/css/triangle-skew-spin.min.css rename to anime/loading/09/css/triangle-skew-spin.min.css diff --git a/loading/0023 (9)/fonts/icomoon.eot b/anime/loading/09/fonts/icomoon.eot similarity index 100% rename from loading/0023 (9)/fonts/icomoon.eot rename to anime/loading/09/fonts/icomoon.eot diff --git a/loading/0023 (9)/fonts/icomoon.svg b/anime/loading/09/fonts/icomoon.svg similarity index 100% rename from loading/0023 (9)/fonts/icomoon.svg rename to anime/loading/09/fonts/icomoon.svg diff --git a/loading/0023 (9)/fonts/icomoon.ttf b/anime/loading/09/fonts/icomoon.ttf similarity index 100% rename from loading/0023 (9)/fonts/icomoon.ttf rename to anime/loading/09/fonts/icomoon.ttf diff --git a/loading/0023 (9)/fonts/icomoon.woff b/anime/loading/09/fonts/icomoon.woff similarity index 100% rename from loading/0023 (9)/fonts/icomoon.woff rename to anime/loading/09/fonts/icomoon.woff diff --git a/loading/0023 (9)/index.html b/anime/loading/09/index.html similarity index 100% rename from loading/0023 (9)/index.html rename to anime/loading/09/index.html diff --git a/loading/0023 (10)/index.html b/anime/loading/10/index.html similarity index 100% rename from loading/0023 (10)/index.html rename to anime/loading/10/index.html diff --git a/loading/0023 (8)/js/prefixfree.min.js b/anime/loading/10/js/prefixfree.min.js similarity index 100% rename from loading/0023 (8)/js/prefixfree.min.js rename to anime/loading/10/js/prefixfree.min.js diff --git a/loading/0023 (11)/bg.jpg b/anime/loading/11/bg.jpg similarity index 100% rename from loading/0023 (11)/bg.jpg rename to anime/loading/11/bg.jpg diff --git a/loading/0023 (11)/index.html b/anime/loading/11/index.html similarity index 100% rename from loading/0023 (11)/index.html rename to anime/loading/11/index.html diff --git a/loading/0023 (11)/kinerloader2.css b/anime/loading/11/kinerloader2.css similarity index 100% rename from loading/0023 (11)/kinerloader2.css rename to anime/loading/11/kinerloader2.css diff --git a/loading/0023 (12)/css/spinner/atebits.css b/anime/loading/12/css/spinner/atebits.css similarity index 100% rename from loading/0023 (12)/css/spinner/atebits.css rename to anime/loading/12/css/spinner/atebits.css diff --git a/loading/0023 (12)/css/spinner/ball.css b/anime/loading/12/css/spinner/ball.css similarity index 100% rename from loading/0023 (12)/css/spinner/ball.css rename to anime/loading/12/css/spinner/ball.css diff --git a/loading/0023 (12)/css/spinner/circles.css b/anime/loading/12/css/spinner/circles.css similarity index 100% rename from loading/0023 (12)/css/spinner/circles.css rename to anime/loading/12/css/spinner/circles.css diff --git a/loading/0023 (12)/css/spinner/dots.css b/anime/loading/12/css/spinner/dots.css similarity index 100% rename from loading/0023 (12)/css/spinner/dots.css rename to anime/loading/12/css/spinner/dots.css diff --git a/loading/0023 (12)/css/spinner/flower.css b/anime/loading/12/css/spinner/flower.css similarity index 100% rename from loading/0023 (12)/css/spinner/flower.css rename to anime/loading/12/css/spinner/flower.css diff --git a/loading/0023 (12)/css/spinner/gauge.css b/anime/loading/12/css/spinner/gauge.css similarity index 100% rename from loading/0023 (12)/css/spinner/gauge.css rename to anime/loading/12/css/spinner/gauge.css diff --git a/loading/0023 (12)/css/spinner/heartbeat.css b/anime/loading/12/css/spinner/heartbeat.css similarity index 100% rename from loading/0023 (12)/css/spinner/heartbeat.css rename to anime/loading/12/css/spinner/heartbeat.css diff --git a/loading/0023 (12)/css/spinner/hexdots.css b/anime/loading/12/css/spinner/hexdots.css similarity index 100% rename from loading/0023 (12)/css/spinner/hexdots.css rename to anime/loading/12/css/spinner/hexdots.css diff --git a/loading/0023 (12)/css/spinner/plus-loader.css b/anime/loading/12/css/spinner/plus-loader.css similarity index 100% rename from loading/0023 (12)/css/spinner/plus-loader.css rename to anime/loading/12/css/spinner/plus-loader.css diff --git a/loading/0023 (12)/css/spinner/plus.css b/anime/loading/12/css/spinner/plus.css similarity index 100% rename from loading/0023 (12)/css/spinner/plus.css rename to anime/loading/12/css/spinner/plus.css diff --git a/loading/0023 (12)/css/spinner/refreshing.css b/anime/loading/12/css/spinner/refreshing.css similarity index 100% rename from loading/0023 (12)/css/spinner/refreshing.css rename to anime/loading/12/css/spinner/refreshing.css diff --git a/loading/0023 (12)/css/spinner/spinner.css b/anime/loading/12/css/spinner/spinner.css similarity index 100% rename from loading/0023 (12)/css/spinner/spinner.css rename to anime/loading/12/css/spinner/spinner.css diff --git a/loading/0023 (12)/css/spinner/three-quarters.css b/anime/loading/12/css/spinner/three-quarters.css similarity index 100% rename from loading/0023 (12)/css/spinner/three-quarters.css rename to anime/loading/12/css/spinner/three-quarters.css diff --git a/loading/0023 (12)/css/spinner/throbber.css b/anime/loading/12/css/spinner/throbber.css similarity index 100% rename from loading/0023 (12)/css/spinner/throbber.css rename to anime/loading/12/css/spinner/throbber.css diff --git a/loading/0023 (12)/css/spinner/timer.css b/anime/loading/12/css/spinner/timer.css similarity index 100% rename from loading/0023 (12)/css/spinner/timer.css rename to anime/loading/12/css/spinner/timer.css diff --git a/loading/0023 (12)/css/spinner/whirly.css b/anime/loading/12/css/spinner/whirly.css similarity index 100% rename from loading/0023 (12)/css/spinner/whirly.css rename to anime/loading/12/css/spinner/whirly.css diff --git a/loading/0023 (12)/css/spinner/wobblebar.css b/anime/loading/12/css/spinner/wobblebar.css similarity index 100% rename from loading/0023 (12)/css/spinner/wobblebar.css rename to anime/loading/12/css/spinner/wobblebar.css diff --git a/loading/0023 (12)/css/spinners.css b/anime/loading/12/css/spinners.css similarity index 100% rename from loading/0023 (12)/css/spinners.css rename to anime/loading/12/css/spinners.css diff --git a/loading/0023 (12)/index.html b/anime/loading/12/index.html similarity index 100% rename from loading/0023 (12)/index.html rename to anime/loading/12/index.html diff --git a/loading/0023(13)/css/animate.css b/anime/loading/13/css/animate.css similarity index 100% rename from loading/0023(13)/css/animate.css rename to anime/loading/13/css/animate.css diff --git a/loading/0023(13)/css/default.css b/anime/loading/13/css/default.css similarity index 100% rename from loading/0023(13)/css/default.css rename to anime/loading/13/css/default.css diff --git a/tx/css3-image-checked-master/css/normalize.css b/anime/loading/13/css/normalize.css old mode 100755 new mode 100644 similarity index 100% rename from tx/css3-image-checked-master/css/normalize.css rename to anime/loading/13/css/normalize.css diff --git a/loading/0023(13)/demo1.html b/anime/loading/13/demo1.html similarity index 100% rename from loading/0023(13)/demo1.html rename to anime/loading/13/demo1.html diff --git a/loading/0023(13)/demo10.html b/anime/loading/13/demo10.html similarity index 100% rename from loading/0023(13)/demo10.html rename to anime/loading/13/demo10.html diff --git a/loading/0023(13)/demo11.html b/anime/loading/13/demo11.html similarity index 100% rename from loading/0023(13)/demo11.html rename to anime/loading/13/demo11.html diff --git a/loading/0023(13)/demo12.html b/anime/loading/13/demo12.html similarity index 100% rename from loading/0023(13)/demo12.html rename to anime/loading/13/demo12.html diff --git a/loading/0023(13)/demo13.html b/anime/loading/13/demo13.html similarity index 100% rename from loading/0023(13)/demo13.html rename to anime/loading/13/demo13.html diff --git a/loading/0023(13)/demo14.html b/anime/loading/13/demo14.html similarity index 100% rename from loading/0023(13)/demo14.html rename to anime/loading/13/demo14.html diff --git a/loading/0023(13)/demo15.html b/anime/loading/13/demo15.html similarity index 100% rename from loading/0023(13)/demo15.html rename to anime/loading/13/demo15.html diff --git a/loading/0023(13)/demo16.html b/anime/loading/13/demo16.html similarity index 100% rename from loading/0023(13)/demo16.html rename to anime/loading/13/demo16.html diff --git a/loading/0023(13)/demo17.html b/anime/loading/13/demo17.html similarity index 100% rename from loading/0023(13)/demo17.html rename to anime/loading/13/demo17.html diff --git a/loading/0023(13)/demo18.html b/anime/loading/13/demo18.html similarity index 100% rename from loading/0023(13)/demo18.html rename to anime/loading/13/demo18.html diff --git a/loading/0023(13)/demo19.html b/anime/loading/13/demo19.html similarity index 100% rename from loading/0023(13)/demo19.html rename to anime/loading/13/demo19.html diff --git a/loading/0023(13)/demo2.html b/anime/loading/13/demo2.html similarity index 100% rename from loading/0023(13)/demo2.html rename to anime/loading/13/demo2.html diff --git a/loading/0023(13)/demo20.html b/anime/loading/13/demo20.html similarity index 100% rename from loading/0023(13)/demo20.html rename to anime/loading/13/demo20.html diff --git a/loading/0023(13)/demo21.html b/anime/loading/13/demo21.html similarity index 100% rename from loading/0023(13)/demo21.html rename to anime/loading/13/demo21.html diff --git a/loading/0023(13)/demo22.html b/anime/loading/13/demo22.html similarity index 100% rename from loading/0023(13)/demo22.html rename to anime/loading/13/demo22.html diff --git a/loading/0023(13)/demo23.html b/anime/loading/13/demo23.html similarity index 100% rename from loading/0023(13)/demo23.html rename to anime/loading/13/demo23.html diff --git a/loading/0023(13)/demo24.html b/anime/loading/13/demo24.html similarity index 100% rename from loading/0023(13)/demo24.html rename to anime/loading/13/demo24.html diff --git a/loading/0023(13)/demo25.html b/anime/loading/13/demo25.html similarity index 100% rename from loading/0023(13)/demo25.html rename to anime/loading/13/demo25.html diff --git a/loading/0023(13)/demo26.html b/anime/loading/13/demo26.html similarity index 100% rename from loading/0023(13)/demo26.html rename to anime/loading/13/demo26.html diff --git a/loading/0023(13)/demo27.html b/anime/loading/13/demo27.html similarity index 100% rename from loading/0023(13)/demo27.html rename to anime/loading/13/demo27.html diff --git a/loading/0023(13)/demo28.html b/anime/loading/13/demo28.html similarity index 100% rename from loading/0023(13)/demo28.html rename to anime/loading/13/demo28.html diff --git a/loading/0023(13)/demo29.html b/anime/loading/13/demo29.html similarity index 100% rename from loading/0023(13)/demo29.html rename to anime/loading/13/demo29.html diff --git a/loading/0023(13)/demo3.html b/anime/loading/13/demo3.html similarity index 100% rename from loading/0023(13)/demo3.html rename to anime/loading/13/demo3.html diff --git a/loading/0023(13)/demo30.html b/anime/loading/13/demo30.html similarity index 100% rename from loading/0023(13)/demo30.html rename to anime/loading/13/demo30.html diff --git a/loading/0023(13)/demo4.html b/anime/loading/13/demo4.html similarity index 100% rename from loading/0023(13)/demo4.html rename to anime/loading/13/demo4.html diff --git a/loading/0023(13)/demo5.html b/anime/loading/13/demo5.html similarity index 100% rename from loading/0023(13)/demo5.html rename to anime/loading/13/demo5.html diff --git a/loading/0023(13)/demo6.html b/anime/loading/13/demo6.html similarity index 100% rename from loading/0023(13)/demo6.html rename to anime/loading/13/demo6.html diff --git a/loading/0023(13)/demo7.html b/anime/loading/13/demo7.html similarity index 100% rename from loading/0023(13)/demo7.html rename to anime/loading/13/demo7.html diff --git a/loading/0023(13)/demo8.html b/anime/loading/13/demo8.html similarity index 100% rename from loading/0023(13)/demo8.html rename to anime/loading/13/demo8.html diff --git a/loading/0023(13)/demo9.html b/anime/loading/13/demo9.html similarity index 100% rename from loading/0023(13)/demo9.html rename to anime/loading/13/demo9.html diff --git a/loading/0023(13)/index.html b/anime/loading/13/index.html similarity index 100% rename from loading/0023(13)/index.html rename to anime/loading/13/index.html diff --git a/loading/0023(13)/js/jquery-2.0.2.min.js b/anime/loading/13/js/jquery-2.0.2.min.js similarity index 100% rename from loading/0023(13)/js/jquery-2.0.2.min.js rename to anime/loading/13/js/jquery-2.0.2.min.js diff --git a/loading/0023(13)/js/main.js b/anime/loading/13/js/main.js similarity index 100% rename from loading/0023(13)/js/main.js rename to anime/loading/13/js/main.js diff --git a/loading/0023 (14)/css/style.css b/anime/loading/14/css/style.css similarity index 100% rename from loading/0023 (14)/css/style.css rename to anime/loading/14/css/style.css diff --git a/loading/0023 (14)/index.html b/anime/loading/14/index.html similarity index 100% rename from loading/0023 (14)/index.html rename to anime/loading/14/index.html diff --git a/loading/0023 (15)/css/style.css b/anime/loading/15/css/style.css similarity index 100% rename from loading/0023 (15)/css/style.css rename to anime/loading/15/css/style.css diff --git a/loading/0023 (15)/index.html b/anime/loading/15/index.html similarity index 100% rename from loading/0023 (15)/index.html rename to anime/loading/15/index.html diff --git a/loading/0023 (16)/demo.html b/anime/loading/16/demo.html similarity index 100% rename from loading/0023 (16)/demo.html rename to anime/loading/16/demo.html diff --git a/loading/0023 (17)/demo.html b/anime/loading/17/demo.html similarity index 100% rename from loading/0023 (17)/demo.html rename to anime/loading/17/demo.html diff --git a/loading/0023 (18)/demo.html b/anime/loading/18/demo.html similarity index 100% rename from loading/0023 (18)/demo.html rename to anime/loading/18/demo.html diff --git a/loading/0023 (19)/demo.html b/anime/loading/19/demo.html similarity index 100% rename from loading/0023 (19)/demo.html rename to anime/loading/19/demo.html diff --git a/loading/0023 (19)/loaders.css b/anime/loading/19/loaders.css similarity index 100% rename from loading/0023 (19)/loaders.css rename to anime/loading/19/loaders.css diff --git a/loading/0023 (19)/oval.svg b/anime/loading/19/oval.svg similarity index 100% rename from loading/0023 (19)/oval.svg rename to anime/loading/19/oval.svg diff --git a/loading/0023 (20)/demo.css b/anime/loading/20/demo.css similarity index 100% rename from loading/0023 (20)/demo.css rename to anime/loading/20/demo.css diff --git a/loading/0023 (20)/index.html b/anime/loading/20/index.html similarity index 100% rename from loading/0023 (20)/index.html rename to anime/loading/20/index.html diff --git a/loading/0023 (20)/loaders.css b/anime/loading/20/loaders.css similarity index 100% rename from loading/0023 (20)/loaders.css rename to anime/loading/20/loaders.css diff --git a/loading/0023 (21)/demo.html b/anime/loading/21/demo.html similarity index 100% rename from loading/0023 (21)/demo.html rename to anime/loading/21/demo.html diff --git a/loading/0023 (22)/index.html b/anime/loading/22/index.html similarity index 100% rename from loading/0023 (22)/index.html rename to anime/loading/22/index.html diff --git a/loading/0023 (23)/css/animation.css b/anime/loading/23/css/animation.css similarity index 100% rename from loading/0023 (23)/css/animation.css rename to anime/loading/23/css/animation.css diff --git a/loading/0023 (23)/demo.html b/anime/loading/23/demo.html similarity index 100% rename from loading/0023 (23)/demo.html rename to anime/loading/23/demo.html diff --git a/loading/0023 (24)/css/bootstrap.min.css b/anime/loading/24/css/bootstrap.min.css similarity index 100% rename from loading/0023 (24)/css/bootstrap.min.css rename to anime/loading/24/css/bootstrap.min.css diff --git a/loading/0023 (24)/css/style.css b/anime/loading/24/css/style.css similarity index 100% rename from loading/0023 (24)/css/style.css rename to anime/loading/24/css/style.css diff --git a/loading/0023 (24)/index.html b/anime/loading/24/index.html similarity index 100% rename from loading/0023 (24)/index.html rename to anime/loading/24/index.html diff --git a/loading/0023 (25)/css/load1.css b/anime/loading/25/css/load1.css similarity index 100% rename from loading/0023 (25)/css/load1.css rename to anime/loading/25/css/load1.css diff --git a/loading/0023 (25)/css/load2.css b/anime/loading/25/css/load2.css similarity index 100% rename from loading/0023 (25)/css/load2.css rename to anime/loading/25/css/load2.css diff --git a/loading/0023 (25)/css/load3.css b/anime/loading/25/css/load3.css similarity index 100% rename from loading/0023 (25)/css/load3.css rename to anime/loading/25/css/load3.css diff --git a/loading/0023 (25)/css/load4.css b/anime/loading/25/css/load4.css similarity index 100% rename from loading/0023 (25)/css/load4.css rename to anime/loading/25/css/load4.css diff --git a/loading/0023 (25)/css/load5.css b/anime/loading/25/css/load5.css similarity index 100% rename from loading/0023 (25)/css/load5.css rename to anime/loading/25/css/load5.css diff --git a/loading/0023 (25)/css/load6.css b/anime/loading/25/css/load6.css similarity index 100% rename from loading/0023 (25)/css/load6.css rename to anime/loading/25/css/load6.css diff --git a/loading/0023 (25)/css/load7.css b/anime/loading/25/css/load7.css similarity index 100% rename from loading/0023 (25)/css/load7.css rename to anime/loading/25/css/load7.css diff --git a/loading/0023 (25)/css/load8.css b/anime/loading/25/css/load8.css similarity index 100% rename from loading/0023 (25)/css/load8.css rename to anime/loading/25/css/load8.css diff --git a/loading/0023 (25)/css/style.css b/anime/loading/25/css/style.css similarity index 100% rename from loading/0023 (25)/css/style.css rename to anime/loading/25/css/style.css diff --git a/loading/0023 (25)/demo.html b/anime/loading/25/demo.html similarity index 100% rename from loading/0023 (25)/demo.html rename to anime/loading/25/demo.html diff --git a/loading/0023 (26)/css/style.css b/anime/loading/26/css/style.css similarity index 100% rename from loading/0023 (26)/css/style.css rename to anime/loading/26/css/style.css diff --git a/loading/0023 (26)/index.html b/anime/loading/26/index.html similarity index 100% rename from loading/0023 (26)/index.html rename to anime/loading/26/index.html diff --git a/loading/0023 (27)/css/style.css b/anime/loading/27/css/style.css similarity index 100% rename from loading/0023 (27)/css/style.css rename to anime/loading/27/css/style.css diff --git a/loading/0023 (27)/index.html b/anime/loading/27/index.html similarity index 100% rename from loading/0023 (27)/index.html rename to anime/loading/27/index.html diff --git a/loading/0023 (28)/demo.html b/anime/loading/28/demo.html similarity index 100% rename from loading/0023 (28)/demo.html rename to anime/loading/28/demo.html diff --git a/loading/0023 (29)/demo.html b/anime/loading/29/demo.html similarity index 100% rename from loading/0023 (29)/demo.html rename to anime/loading/29/demo.html diff --git a/loading/0023 (30)/demo.html b/anime/loading/30/demo.html similarity index 100% rename from loading/0023 (30)/demo.html rename to anime/loading/30/demo.html diff --git a/loading/0023 (31)/css/style-1.css b/anime/loading/31/css/style-1.css similarity index 100% rename from loading/0023 (31)/css/style-1.css rename to anime/loading/31/css/style-1.css diff --git a/loading/0023 (31)/css/style-10.css b/anime/loading/31/css/style-10.css similarity index 100% rename from loading/0023 (31)/css/style-10.css rename to anime/loading/31/css/style-10.css diff --git a/loading/0023 (31)/css/style-2.css b/anime/loading/31/css/style-2.css similarity index 100% rename from loading/0023 (31)/css/style-2.css rename to anime/loading/31/css/style-2.css diff --git a/loading/0023 (31)/css/style-3.css b/anime/loading/31/css/style-3.css similarity index 100% rename from loading/0023 (31)/css/style-3.css rename to anime/loading/31/css/style-3.css diff --git a/loading/0023 (31)/css/style-4.css b/anime/loading/31/css/style-4.css similarity index 100% rename from loading/0023 (31)/css/style-4.css rename to anime/loading/31/css/style-4.css diff --git a/loading/0023 (31)/css/style-5.css b/anime/loading/31/css/style-5.css similarity index 100% rename from loading/0023 (31)/css/style-5.css rename to anime/loading/31/css/style-5.css diff --git a/loading/0023 (31)/css/style-6.css b/anime/loading/31/css/style-6.css similarity index 100% rename from loading/0023 (31)/css/style-6.css rename to anime/loading/31/css/style-6.css diff --git a/loading/0023 (31)/css/style-7.css b/anime/loading/31/css/style-7.css similarity index 100% rename from loading/0023 (31)/css/style-7.css rename to anime/loading/31/css/style-7.css diff --git a/loading/0023 (31)/css/style-8.css b/anime/loading/31/css/style-8.css similarity index 100% rename from loading/0023 (31)/css/style-8.css rename to anime/loading/31/css/style-8.css diff --git a/loading/0023 (31)/css/style-9.css b/anime/loading/31/css/style-9.css similarity index 100% rename from loading/0023 (31)/css/style-9.css rename to anime/loading/31/css/style-9.css diff --git a/loading/0023 (31)/index.html b/anime/loading/31/index.html similarity index 100% rename from loading/0023 (31)/index.html rename to anime/loading/31/index.html diff --git a/loading/0023 (31)/js/html5.js b/anime/loading/31/js/html5.js similarity index 100% rename from loading/0023 (31)/js/html5.js rename to anime/loading/31/js/html5.js diff --git a/loading/0023 (31)/loader-1.html b/anime/loading/31/loader-1.html similarity index 100% rename from loading/0023 (31)/loader-1.html rename to anime/loading/31/loader-1.html diff --git a/loading/0023 (31)/loader-10.html b/anime/loading/31/loader-10.html similarity index 100% rename from loading/0023 (31)/loader-10.html rename to anime/loading/31/loader-10.html diff --git a/loading/0023 (31)/loader-2.html b/anime/loading/31/loader-2.html similarity index 100% rename from loading/0023 (31)/loader-2.html rename to anime/loading/31/loader-2.html diff --git a/loading/0023 (31)/loader-3.html b/anime/loading/31/loader-3.html similarity index 100% rename from loading/0023 (31)/loader-3.html rename to anime/loading/31/loader-3.html diff --git a/loading/0023 (31)/loader-4.html b/anime/loading/31/loader-4.html similarity index 100% rename from loading/0023 (31)/loader-4.html rename to anime/loading/31/loader-4.html diff --git a/loading/0023 (31)/loader-5.html b/anime/loading/31/loader-5.html similarity index 100% rename from loading/0023 (31)/loader-5.html rename to anime/loading/31/loader-5.html diff --git a/loading/0023 (31)/loader-6.html b/anime/loading/31/loader-6.html similarity index 100% rename from loading/0023 (31)/loader-6.html rename to anime/loading/31/loader-6.html diff --git a/loading/0023 (31)/loader-7.html b/anime/loading/31/loader-7.html similarity index 100% rename from loading/0023 (31)/loader-7.html rename to anime/loading/31/loader-7.html diff --git a/loading/0023 (31)/loader-8.html b/anime/loading/31/loader-8.html similarity index 100% rename from loading/0023 (31)/loader-8.html rename to anime/loading/31/loader-8.html diff --git a/loading/0023 (31)/loader-9.html b/anime/loading/31/loader-9.html similarity index 100% rename from loading/0023 (31)/loader-9.html rename to anime/loading/31/loader-9.html diff --git a/loading/0023 (32)/css/loaderskit.css b/anime/loading/32/css/loaderskit.css similarity index 100% rename from loading/0023 (32)/css/loaderskit.css rename to anime/loading/32/css/loaderskit.css diff --git a/loading/0023 (32)/index.html b/anime/loading/32/index.html similarity index 100% rename from loading/0023 (32)/index.html rename to anime/loading/32/index.html diff --git a/build/build.js b/build/build.js new file mode 100644 index 0000000..882517e --- /dev/null +++ b/build/build.js @@ -0,0 +1,55 @@ +/* + * @Author: DLLCNX dllcnx@foxmail.com + * @Date: 2024-03-19 10:39:08 + * @LastEditors: DLLCNX dllcnx@foxmail.com + * @LastEditTime: 2024-03-19 11:17:41 + * @FilePath: /css3-anime/deal.js + * @Description: + */ +// 获取文件目录结构 +const fs = require('fs'); +const path = require('path'); +const deal = { + // 获取文件目录结构 + getDirTree: function (dir, isStop = false) { + let tree = []; + let files = fs.readdirSync(dir); + files.forEach(function (file) { + let stats = fs.statSync(path.join(dir, file)); + if (stats.isFile()) { + tree.push(file); + } else if (stats.isDirectory()) { + const ph = path.join(dir, file) + let item = { + name: file + } + + if (isStop) { + item.url = ph; + }else{ + item.children = deal.getDirTree(ph, true); + } + tree.push(item); + } + }); + return tree; + } +} +// module.exports = deal; + +const tree = deal.getDirTree('anime'); + + +// 要写入的文件路径 +const filePath = 'config.js'; +// 要写入的内容 +const content = `export let config = ${JSON.stringify(tree)}`; + +// 使用 fs.writeFile() 方法写入文件 +fs.writeFile(filePath, content, (err) => { + if (err) { + console.error('写入文件时出错:', err); + return; + } + console.log('文件已成功写入!'); +}); \ No newline at end of file diff --git a/build/deploy.js b/build/deploy.js new file mode 100644 index 0000000..4329306 --- /dev/null +++ b/build/deploy.js @@ -0,0 +1,9 @@ +var ghpages = require('gh-pages'); + +ghpages.publish('./', { + branch: 'gh-pages', + repo: 'https://github.com/dllcnx/css3-anime.git', + message: 'deploy', +}, function (err) { + console.log(err); +}); \ No newline at end of file diff --git a/canvas/webglCanvas/.DS_Store b/canvas/webglCanvas/.DS_Store deleted file mode 100755 index ebc2ca9..0000000 Binary files a/canvas/webglCanvas/.DS_Store and /dev/null differ diff --git a/config.js b/config.js index b098431..92e7e41 100644 --- a/config.js +++ b/config.js @@ -1,58 +1 @@ -export let config = [{ - title: '特效', - data: [{ - name: '标题特效', - url: 'tx/dllcn/index.html' - }, { - name: '404', - url: 'tx/404_01/index.html' - }] - }, - { - title: 'Canvas背景', - data: [{ - name: 'webglCanvas', - url: 'canvas/webglCanvas/index.html' - }, - { - name: 'AnimatedBackground', - data: [{ - name: 'AnimatedBackground', - url: 'canvas/AnimatedBackground/index.html' - }, { - name: 'AnimatedBackground2', - url: 'canvas/AnimatedBackground/index2.html' - }, { - name: 'AnimatedBackground3', - url: 'canvas/AnimatedBackground/index3.html' - }, { - name: 'AnimatedBackground4', - url: 'canvas/AnimatedBackground/index4.html' - }] - }, - { - name: 'PoppingBubbles', - url: 'canvas/PoppingBubbles/index.html' - }, - { - name: '3DBackground', - data: [{ - name: '3DBackground', - url: 'canvas/3DBackground/index.html' - }, - { - name: '3DBackground2', - url: 'canvas/3DBackground/index2.html' - } - ] - } - ] - }, - { - title: 'loading动画', - data: [{ - name: 'css3-flower-loading', - url: 'loading/css3-flower-loading/index.html' - }] - }, -] \ No newline at end of file +export let config = [{ "name": "404", "children": [{ "name": "01", "url": "anime/404/01" }] }, { "name": "canvas", "children": [{ "name": "3DBackground", "url": "anime/canvas/3DBackground" }, { "name": "AnimatedBackground", "url": "anime/canvas/AnimatedBackground" }, { "name": "PoppingBubbles", "url": "anime/canvas/PoppingBubbles" }, { "name": "webglCanvas", "url": "anime/canvas/webglCanvas" }] }, { "name": "font", "children": [{ "name": "01", "url": "anime/font/01" }] }, { "name": "images", "children": [{ "name": "adipoli", "url": "anime/images/adipoli" }, { "name": "checked", "url": "anime/images/checked" }] }, { "name": "loading", "children": [{ "name": "00", "url": "anime/loading/00" }, { "name": "01", "url": "anime/loading/01" }, { "name": "02", "url": "anime/loading/02" }, { "name": "03", "url": "anime/loading/03" }, { "name": "04", "url": "anime/loading/04" }, { "name": "05", "url": "anime/loading/05" }, { "name": "06", "url": "anime/loading/06" }, { "name": "07", "url": "anime/loading/07" }, { "name": "08", "url": "anime/loading/08" }, { "name": "09", "url": "anime/loading/09" }, { "name": "10", "url": "anime/loading/10" }, { "name": "11", "url": "anime/loading/11" }, { "name": "12", "url": "anime/loading/12" }, { "name": "13", "url": "anime/loading/13" }, { "name": "14", "url": "anime/loading/14" }, { "name": "15", "url": "anime/loading/15" }, { "name": "16", "url": "anime/loading/16" }, { "name": "17", "url": "anime/loading/17" }, { "name": "18", "url": "anime/loading/18" }, { "name": "19", "url": "anime/loading/19" }, { "name": "20", "url": "anime/loading/20" }, { "name": "21", "url": "anime/loading/21" }, { "name": "22", "url": "anime/loading/22" }, { "name": "23", "url": "anime/loading/23" }, { "name": "24", "url": "anime/loading/24" }, { "name": "25", "url": "anime/loading/25" }, { "name": "26", "url": "anime/loading/26" }, { "name": "27", "url": "anime/loading/27" }, { "name": "28", "url": "anime/loading/28" }, { "name": "29", "url": "anime/loading/29" }, { "name": "30", "url": "anime/loading/30" }, { "name": "31", "url": "anime/loading/31" }, { "name": "32", "url": "anime/loading/32" }] }] \ No newline at end of file diff --git a/index.htm b/index.htm index 27223f9..3c57e76 100644 --- a/index.htm +++ b/index.htm @@ -7,7 +7,9 @@