übernahme Code Shortcut
115
src/resources/glaxnimate.rawr
Normal file
@@ -0,0 +1,115 @@
|
||||
{
|
||||
"animation": {
|
||||
"__type__": "MainComposition",
|
||||
"animation": {
|
||||
"__type__": "AnimationContainer",
|
||||
"first_frame": 0,
|
||||
"last_frame": 180
|
||||
},
|
||||
"fps": 60,
|
||||
"group_color": "#00000000",
|
||||
"height": 1080,
|
||||
"locked": false,
|
||||
"name": "FHD",
|
||||
"shapes": [
|
||||
{
|
||||
"__type__": "Layer",
|
||||
"animation": {
|
||||
"__type__": "AnimationContainer",
|
||||
"first_frame": 0,
|
||||
"last_frame": 180
|
||||
},
|
||||
"group_color": "#00000000",
|
||||
"locked": false,
|
||||
"mask": {
|
||||
"__type__": "MaskSettings",
|
||||
"mask": false
|
||||
},
|
||||
"name": "Layer",
|
||||
"opacity": {
|
||||
"value": 1
|
||||
},
|
||||
"parent": null,
|
||||
"render": true,
|
||||
"shapes": [
|
||||
],
|
||||
"transform": {
|
||||
"__type__": "Transform",
|
||||
"anchor_point": {
|
||||
"value": {
|
||||
"x": 960,
|
||||
"y": 540
|
||||
}
|
||||
},
|
||||
"position": {
|
||||
"value": {
|
||||
"x": 960,
|
||||
"y": 540
|
||||
}
|
||||
},
|
||||
"rotation": {
|
||||
"value": 0
|
||||
},
|
||||
"scale": {
|
||||
"value": {
|
||||
"x": 1,
|
||||
"y": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"uuid": "86cecbdb-5208-4524-996d-4e97b73cf4b0",
|
||||
"visible": true
|
||||
}
|
||||
],
|
||||
"uuid": "a1707288-5426-48ab-b148-b3a6089377c2",
|
||||
"visible": true,
|
||||
"width": 1920
|
||||
},
|
||||
"assets": {
|
||||
"__type__": "Assets",
|
||||
"colors": {
|
||||
"__type__": "NamedColorList",
|
||||
"name": "",
|
||||
"uuid": "5b0b6c5e-5d3f-4d8f-b17c-d5ad306f4303",
|
||||
"values": [
|
||||
]
|
||||
},
|
||||
"gradient_colors": {
|
||||
"__type__": "GradientColorsList",
|
||||
"name": "",
|
||||
"uuid": "6f4baf7a-8ba0-4e9b-b705-039614059593",
|
||||
"values": [
|
||||
]
|
||||
},
|
||||
"gradients": {
|
||||
"__type__": "GradientList",
|
||||
"name": "",
|
||||
"uuid": "dab347b8-d711-41e1-8a43-4f0aa7fa5569",
|
||||
"values": [
|
||||
]
|
||||
},
|
||||
"images": {
|
||||
"__type__": "BitmapList",
|
||||
"name": "",
|
||||
"uuid": "507e47f5-387b-4fa8-b9b4-473991bb5186",
|
||||
"values": [
|
||||
]
|
||||
},
|
||||
"name": "",
|
||||
"precompositions": {
|
||||
"__type__": "PrecompositionList",
|
||||
"name": "",
|
||||
"uuid": "a49bc4d7-ea88-4d22-a69a-de7ce2b9e0e7",
|
||||
"values": [
|
||||
]
|
||||
},
|
||||
"uuid": "e003de29-5b3e-4e37-b4ae-062805bbede5"
|
||||
},
|
||||
"format": {
|
||||
"format_version": 3,
|
||||
"generator": "Glaxnimate",
|
||||
"generator_version": "0.4.3-23-g6234cd9"
|
||||
},
|
||||
"metadata": {
|
||||
}
|
||||
}
|
||||
14
src/resources/html/chrome/body.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="wrapper">
|
||||
<div class="bg">%1</div>
|
||||
<div class="fg">%1</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2025 by Shireen Taj (https://codepen.io/TajShireen/pen/LYyOzJL)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
-->
|
||||
72
src/resources/html/chrome/css
Normal file
@@ -0,0 +1,72 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Richer 80s Chrome Palette: White, Silver, Warm, and Cool reflections */
|
||||
--highlight: #ffffff;
|
||||
/* Pure white specular highlight */
|
||||
--silver: #bdbdbd;
|
||||
/* Neutral silver base */
|
||||
--warm-reflect: #ff8c00;
|
||||
/* Deep orange/sunset reflection */
|
||||
--cool-reflect: #00bfff;
|
||||
/* Deep sky blue reflection */
|
||||
--violet-shadow: #8a2be2;
|
||||
/* Electric violet for deep shadow */
|
||||
--deep-shadow: #100c08;
|
||||
/* Near-black for maximum contrast */
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
display: grid;
|
||||
grid-template-areas: 'overlap';
|
||||
place-content: center;
|
||||
text-transform: uppercase;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.wrapper>div {
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
color: #363833;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 900;
|
||||
font-size: clamp(3em, 12vw, 15rem);
|
||||
grid-area: overlap;
|
||||
letter-spacing: 1px;
|
||||
-webkit-text-stroke: 4px transparent;
|
||||
}
|
||||
|
||||
div.bg {
|
||||
/* Layer 1 (Background/Bevel): Focus on deep shadows and colored horizon bands */
|
||||
background-image: repeating-linear-gradient(105deg,
|
||||
var(--deep-shadow) 0%,
|
||||
var(--violet-shadow) 2%,
|
||||
var(--cool-reflect) 4%,
|
||||
var(--warm-reflect) 7%,
|
||||
var(--deep-shadow) 10%,
|
||||
var(--silver) 15%);
|
||||
color: transparent;
|
||||
filter: drop-shadow(5px 15px 15px black);
|
||||
transform: scaleY(1.05);
|
||||
transform-origin: top;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.fg {
|
||||
/* Layer 2 (Foreground/Surface): Focus on the sharp highlight and varied reflections */
|
||||
background-image: linear-gradient(5deg,
|
||||
var(--warm-reflect) 0%,
|
||||
var(--silver) 5%,
|
||||
var(--highlight) 8%,
|
||||
/* SHARP HIGHLIGHT */
|
||||
var(--silver) 10%,
|
||||
var(--cool-reflect) 20%,
|
||||
var(--violet-shadow) 30%,
|
||||
var(--silver) 50%,
|
||||
var(--warm-reflect) 100%);
|
||||
color: transparent;
|
||||
transform: scale(1);
|
||||
text-align: center;
|
||||
}
|
||||
BIN
src/resources/html/chrome/icon.webp
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
42
src/resources/html/elastic_stroke/body.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<svg viewBox="0 0 800 600">
|
||||
<symbol id="s-text">
|
||||
<text text-anchor="middle"
|
||||
x="50%"
|
||||
y="35%"
|
||||
class="text--line"
|
||||
>
|
||||
%1
|
||||
</text>
|
||||
<text text-anchor="middle"
|
||||
x="50%"
|
||||
y="68%"
|
||||
class="text--line2"
|
||||
>
|
||||
%2
|
||||
</text>
|
||||
|
||||
</symbol>
|
||||
|
||||
<g class="g-ants">
|
||||
<use xlink:href="#s-text"
|
||||
class="text-copy"></use>
|
||||
<use xlink:href="#s-text"
|
||||
class="text-copy"></use>
|
||||
<use xlink:href="#s-text"
|
||||
class="text-copy"></use>
|
||||
<use xlink:href="#s-text"
|
||||
class="text-copy"></use>
|
||||
<use xlink:href="#s-text"
|
||||
class="text-copy"></use>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2025 by yoksel (https://codepen.io/yoksel/pen/XJbzrO)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
-->
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
56
src/resources/html/elastic_stroke/css
Normal file
@@ -0,0 +1,56 @@
|
||||
body {
|
||||
font: 16em/1 Arial;
|
||||
}
|
||||
|
||||
.text--line {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
|
||||
svg {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.text-copy {
|
||||
fill: none;
|
||||
stroke: white;
|
||||
stroke-dasharray: 7% 28%;
|
||||
stroke-width: 3px;
|
||||
-webkit-animation: stroke-offset 9s infinite linear;
|
||||
animation: stroke-offset 9s infinite linear;
|
||||
}
|
||||
.text-copy:nth-child(1) {
|
||||
stroke: #360745;
|
||||
stroke-dashoffset: 7%;
|
||||
}
|
||||
.text-copy:nth-child(2) {
|
||||
stroke: #D61C59;
|
||||
stroke-dashoffset: 14%;
|
||||
}
|
||||
.text-copy:nth-child(3) {
|
||||
stroke: #E7D84B;
|
||||
stroke-dashoffset: 21%;
|
||||
}
|
||||
.text-copy:nth-child(4) {
|
||||
stroke: #EFEAC5;
|
||||
stroke-dashoffset: 28%;
|
||||
}
|
||||
.text-copy:nth-child(5) {
|
||||
stroke: #1B8798;
|
||||
stroke-dashoffset: 35%;
|
||||
}
|
||||
|
||||
@-webkit-keyframes stroke-offset {
|
||||
50% {
|
||||
stroke-dashoffset: 35%;
|
||||
stroke-dasharray: 0 87.5%;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes stroke-offset {
|
||||
50% {
|
||||
stroke-dashoffset: 35%;
|
||||
stroke-dasharray: 0 87.5%;
|
||||
}
|
||||
}
|
||||
BIN
src/resources/html/elastic_stroke/icon.webp
Normal file
|
After Width: | Height: | Size: 269 KiB |
11
src/resources/html/folded/body.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<h1 contenteditable data-heading="%1">%1</h1>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2025 by Mandy Michael (https://codepen.io/mandymichael/pen/BWyYYP)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
-->
|
||||
39
src/resources/html/folded/css
Normal file
@@ -0,0 +1,39 @@
|
||||
body {
|
||||
background: linear-gradient(45deg, lch(90 2.22 62.5) 80%, lch(78 2.15 94.43) 100%);
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-weight: 900;
|
||||
font-size: calc(20vw + 0.5rem);
|
||||
white-space: nowrap;
|
||||
color: lch(76 39.21 9.23/0.5);
|
||||
text-transform: uppercase;
|
||||
transform: skew(10deg) rotate(-10deg);
|
||||
text-shadow: 1px 4px 6px lch(90 2.22 62.5), 0 0 0 lch(28 26.21 12.27), 1px 4px 6px lch(90 2.22 62.5);
|
||||
}
|
||||
h1::before {
|
||||
content: attr(data-heading);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: -4.8%;
|
||||
overflow: hidden;
|
||||
height: 50%;
|
||||
color: lch(97 2.19 62.49);
|
||||
transform: translate(1.6vw, 0) skew(-13deg) scale(1, 1.2);
|
||||
text-shadow: 2px -1px 6px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
h1::after {
|
||||
content: attr(data-heading);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: lch(83 2.26 62.51);
|
||||
transform: translate(0, 0) skew(13deg) scale(1, 0.8);
|
||||
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
|
||||
clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
|
||||
text-shadow: 2px -1px 6px lch(0 0 0/0.3);
|
||||
}
|
||||
4
src/resources/html/folded/folded.js
Normal file
@@ -0,0 +1,4 @@
|
||||
var h1 = document.querySelector("h1");
|
||||
h1.addEventListener("input", function() {
|
||||
this.setAttribute("data-heading", this.innerText);
|
||||
});
|
||||
BIN
src/resources/html/folded/icon.webp
Normal file
|
After Width: | Height: | Size: 8.5 KiB |
14
src/resources/html/gold_metal/body.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="wrapper">
|
||||
<div class="bg">%1<br>%2<br>%3</div>
|
||||
<div class="fg">%1<br>%2<br>%3</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2025 by Shireen Taj (https://codepen.io/TajShireen/pen/LYyOzJL)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
-->
|
||||
48
src/resources/html/gold_metal/css
Normal file
@@ -0,0 +1,48 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
:root {
|
||||
--gold: #ffb338;
|
||||
--light-shadow: #77571d;
|
||||
--dark-shadow: #3e2904;
|
||||
}
|
||||
.wrapper {
|
||||
background: transparent;
|
||||
display: grid;
|
||||
grid-template-areas: 'overlap';
|
||||
place-content: center;
|
||||
text-transform: uppercase;
|
||||
height: 100vh;
|
||||
}
|
||||
.wrapper > div {
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
color: #363833;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 900;
|
||||
font-size: clamp( 3em, 18vw, 15rem);
|
||||
grid-area: overlap;
|
||||
letter-spacing: 1px;
|
||||
-webkit-text-stroke: 4px transparent;
|
||||
}
|
||||
div.bg {
|
||||
background-image: repeating-linear-gradient( 105deg,
|
||||
var(--gold) 0% ,
|
||||
var(--dark-shadow) 5%,
|
||||
var(--gold) 12%);
|
||||
color: transparent;
|
||||
filter: drop-shadow(5px 15px 15px black);
|
||||
transform: scaleY(1.05);
|
||||
transform-origin: top;
|
||||
text-align: center;
|
||||
}
|
||||
div.fg{
|
||||
background-image: repeating-linear-gradient( 5deg,
|
||||
var(--gold) 0% ,
|
||||
var(--light-shadow) 23%,
|
||||
var(--gold) 31%);
|
||||
color: #1e2127;
|
||||
transform: scale(1);
|
||||
text-align: center;
|
||||
}
|
||||
BIN
src/resources/html/gold_metal/icon.webp
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
src/resources/html/icons/defaults.webp
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
13
src/resources/html/neon_flux/body.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="container">
|
||||
<div class="neon">%1</div>
|
||||
<div class="flux">%2</div>
|
||||
</div>
|
||||
<!--
|
||||
Copyright (c) 2025 by Thomas Trinca (https://codepen.io/Trinca/pen/NrvpWa)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
-->
|
||||
76
src/resources/html/neon_flux/css
Normal file
@@ -0,0 +1,76 @@
|
||||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: table;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: neon;
|
||||
src: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/707108/neon.ttf);
|
||||
}
|
||||
|
||||
.container {
|
||||
display: table-cell;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.neon {
|
||||
font-family: neon;
|
||||
color: #FB4264;
|
||||
font-size: 9vw;
|
||||
line-height: 9vw;
|
||||
text-shadow: 0 0 3vw #F40A35;
|
||||
}
|
||||
|
||||
.flux {
|
||||
font-family: neon;
|
||||
color: #426DFB;
|
||||
font-size: 9vw;
|
||||
line-height: 9vw;
|
||||
text-shadow: 0 0 3vw #2356FF;
|
||||
}
|
||||
|
||||
.neon {
|
||||
animation: neon 1s ease infinite;
|
||||
-moz-animation: neon 1s ease infinite;
|
||||
-webkit-animation: neon 1s ease infinite;
|
||||
}
|
||||
|
||||
@keyframes neon {
|
||||
|
||||
0%,
|
||||
100% {
|
||||
text-shadow: 0 0 1vw #FA1C16, 0 0 3vw #FA1C16, 0 0 10vw #FA1C16, 0 0 10vw #FA1C16, 0 0 .4vw #FED128, .5vw .5vw .1vw #806914;
|
||||
color: #FED128;
|
||||
}
|
||||
|
||||
50% {
|
||||
text-shadow: 0 0 .5vw #800E0B, 0 0 1.5vw #800E0B, 0 0 5vw #800E0B, 0 0 5vw #800E0B, 0 0 .2vw #800E0B, .5vw .5vw .1vw #40340A;
|
||||
color: #806914;
|
||||
}
|
||||
}
|
||||
|
||||
.flux {
|
||||
animation: flux 2s linear infinite;
|
||||
-moz-animation: flux 2s linear infinite;
|
||||
-webkit-animation: flux 2s linear infinite;
|
||||
-o-animation: flux 2s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes flux {
|
||||
|
||||
0%,
|
||||
100% {
|
||||
text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280;
|
||||
color: #28D7FE;
|
||||
}
|
||||
|
||||
50% {
|
||||
text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
|
||||
color: #146C80;
|
||||
}
|
||||
}
|
||||
BIN
src/resources/html/neon_flux/icon.webp
Normal file
|
After Width: | Height: | Size: 36 KiB |
17
src/resources/html/party_time/body.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<script>
|
||||
const texts = [
|
||||
'%1', '%2', '%3'
|
||||
];
|
||||
</script>
|
||||
|
||||
<div id="app">
|
||||
|
||||
<!--
|
||||
Copyright (c) 2025 by Adriano Interaminense (https://codepen.io/interaminense/pen/GBzrxq)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
-->
|
||||
73
src/resources/html/party_time/css
Normal file
@@ -0,0 +1,73 @@
|
||||
@import url("https://fonts.googleapis.com/css?family=Teko:700");
|
||||
body, html {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.teko-font-family, .text-item {
|
||||
font-family: "Teko", sans-serif;
|
||||
}
|
||||
|
||||
#textAnimated {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#app {
|
||||
font-size: 10rem;
|
||||
-webkit-animation: elastic 1s ease-in-out infinite;
|
||||
animation: elastic 1s ease-in-out infinite;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.text-item {
|
||||
display: inline-flex;
|
||||
mix-blend-mode: multiply;
|
||||
}
|
||||
.text-item > div:hover {
|
||||
transform: scale(2) !important;
|
||||
transition: transform 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: #BD0419;
|
||||
}
|
||||
|
||||
.yellow {
|
||||
color: #D28910;
|
||||
}
|
||||
|
||||
.green {
|
||||
color: #018671;
|
||||
}
|
||||
|
||||
.blue {
|
||||
color: #0689BF;
|
||||
}
|
||||
|
||||
.text-uppercase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.text-lowercase {
|
||||
text-transform: lowercase;
|
||||
}
|
||||
|
||||
@-webkit-keyframes elastic {
|
||||
0%, 100% {
|
||||
letter-spacing: -1.5rem;
|
||||
}
|
||||
50% {
|
||||
letter-spacing: -0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes elastic {
|
||||
0%, 100% {
|
||||
letter-spacing: -1.5rem;
|
||||
}
|
||||
50% {
|
||||
letter-spacing: -0.5rem;
|
||||
}
|
||||
}
|
||||
BIN
src/resources/html/party_time/icon.webp
Normal file
|
After Width: | Height: | Size: 143 KiB |
83
src/resources/html/party_time/party_time.js
Normal file
@@ -0,0 +1,83 @@
|
||||
const app = document.querySelector('#app');
|
||||
|
||||
const styles = ['green', 'yellow', 'red', 'blue'];
|
||||
const degrees = ['0deg', '5deg', '10deg', '-5deg', '-10deg'];
|
||||
const sizes = ['lowercase', 'uppercase'];
|
||||
|
||||
const getRndInteger = (min, max) => {
|
||||
return Math.floor(Math.random() * (max - min) ) + min;
|
||||
}
|
||||
|
||||
// add a persistent index to cycle through texts
|
||||
let textIndex = 0;
|
||||
|
||||
const generateTextAnimated = () => {
|
||||
// filter out empty or whitespace-only items
|
||||
const nonEmptyTexts = (typeof texts !== 'undefined' ? texts : []).filter(
|
||||
t => typeof t === 'string' && t.trim().length > 0
|
||||
);
|
||||
|
||||
if (nonEmptyTexts.length === 0) {
|
||||
// nothing to show, keep current content
|
||||
return;
|
||||
}
|
||||
|
||||
// pick next item in cycle and advance the index
|
||||
const text = nonEmptyTexts[textIndex % nonEmptyTexts.length];
|
||||
textIndex = (textIndex + 1) % nonEmptyTexts.length;
|
||||
|
||||
new TextAnimated(text);
|
||||
}
|
||||
|
||||
|
||||
class TextAnimated {
|
||||
constructor(text) {
|
||||
this.text = text;
|
||||
this.textAnimatedArr = this.getArr(this.text);
|
||||
|
||||
this.render();
|
||||
}
|
||||
|
||||
createTag(tagName, content) {
|
||||
const tag = document.createElement(tagName);
|
||||
const tagInner = document.createElement(tagName);
|
||||
tag.className = `animated bounceIn text-item text-${this.getSize()} ${this.getStyle()}`;
|
||||
|
||||
tagInner.textContent = content;
|
||||
tagInner.style.transform = `rotate(${this.getDegree()})`;
|
||||
|
||||
tag.appendChild(tagInner);
|
||||
|
||||
return tag;
|
||||
}
|
||||
|
||||
getArr(string) {
|
||||
return string.split("");
|
||||
}
|
||||
|
||||
getStyle() {
|
||||
return styles[getRndInteger(0, styles.length)];
|
||||
}
|
||||
|
||||
getDegree() {
|
||||
return degrees[getRndInteger(0, degrees.length)];
|
||||
}
|
||||
|
||||
getSize() {
|
||||
return sizes[getRndInteger(0, sizes.length)];
|
||||
}
|
||||
|
||||
render() {
|
||||
app.innerHTML = "";
|
||||
|
||||
this.textAnimatedArr.map((str) =>
|
||||
app.appendChild(this.createTag("div", str))
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
generateTextAnimated();
|
||||
|
||||
setInterval(() => {
|
||||
generateTextAnimated();
|
||||
}, 3000);
|
||||
13
src/resources/html/three_d/body.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<h1 class="otto">
|
||||
%1<br>%2<br>%3
|
||||
</h1>
|
||||
|
||||
<!--
|
||||
Copyright (c) 2025 by Chris Coyier (https://codepen.io/chriscoyier/pen/DqQpJD) and Mark Otto (https://markdotto.com)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
-->
|
||||
21
src/resources/html/three_d/css
Normal file
@@ -0,0 +1,21 @@
|
||||
h1 {
|
||||
text-align: center;
|
||||
font: bold 80px Sans-Serif;
|
||||
padding: 40px 0;
|
||||
}
|
||||
|
||||
.otto {
|
||||
color: white;
|
||||
text-shadow: 0 1px 0 #ccc,
|
||||
0 2px 0 #c9c9c9,
|
||||
0 3px 0 #bbb,
|
||||
0 4px 0 #b9b9b9,
|
||||
0 5px 0 #aaa,
|
||||
0 6px 1px rgba(0,0,0,.1),
|
||||
0 0 5px rgba(0,0,0,.1),
|
||||
0 1px 3px rgba(0,0,0,.3),
|
||||
0 3px 5px rgba(0,0,0,.2),
|
||||
0 5px 10px rgba(0,0,0,.25),
|
||||
0 10px 10px rgba(0,0,0,.2),
|
||||
0 20px 20px rgba(0,0,0,.15);
|
||||
}
|
||||
BIN
src/resources/html/three_d/icon.webp
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
16
src/resources/qtquickcontrols2-dark.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
[Fusion\Palette]
|
||||
Window=#323232
|
||||
WindowText=#f0f0f0
|
||||
Base=#242424
|
||||
AlternateBase=#2b2b2b
|
||||
ToolTipBase=#ffffdc
|
||||
ToolTipText=#000000
|
||||
PlaceholderText=#f0f0f0
|
||||
Text=#f0f0f0
|
||||
Button=#323232
|
||||
ButtonText=#f0f0f0
|
||||
BrightText=#4b4b4b
|
||||
Highlight=#308cc6
|
||||
HighlightedText=#f0f0f0
|
||||
Link=#308cc6
|
||||
LinkVisited=#ff00ff
|
||||
16
src/resources/qtquickcontrols2-light.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
[Fusion\Palette]
|
||||
Window=#efefef
|
||||
WindowText=#000000
|
||||
Base=#ffffff
|
||||
AlternateBase=#f7f7f7
|
||||
ToolTipBase=#ffffdc
|
||||
ToolTipText=#000000
|
||||
PlaceholderText=#000000
|
||||
Text=#000000
|
||||
Button=#efefef
|
||||
ButtonText=#000000
|
||||
BrightText=#ffffff
|
||||
Highlight=#308cc6
|
||||
HighlightedText=#ffffff
|
||||
Link=#308cc6
|
||||
LinkVisited=#ff00ff
|
||||