From 7ead6ec9ee811fcd721976636fb6571be1152250 Mon Sep 17 00:00:00 2001 From: paulber33 Date: Sun, 15 Aug 2021 13:44:25 +0200 Subject: [PATCH 1/7] fix css --- electron.css | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 22 +++++++++++--------- 2 files changed, 70 insertions(+), 10 deletions(-) diff --git a/electron.css b/electron.css index b303e68..543fa18 100644 --- a/electron.css +++ b/electron.css @@ -6,6 +6,64 @@ --border-radius: 5px; } +html, body { + width: 300px; + height: 200px; + background: rgb(27, 27, 27); + animation: mymove 15s infinite; +} + +@keyframes mymove { + from {background-color: red;} + to {background-color: blue;} +} + +@-webkit-keyframes rotating /* Safari and Chrome */ { + from { + -webkit-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} +@keyframes rotating { + from { + -ms-transform: rotate(0deg); + -moz-transform: rotate(0deg); + -webkit-transform: rotate(0deg); + -o-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -ms-transform: rotate(360deg); + -moz-transform: rotate(360deg); + -webkit-transform: rotate(360deg); + -o-transform: rotate(360deg); + transform: rotate(360deg); + } +} +video { + -webkit-animation: rotating 2s linear infinite; + -moz-animation: rotating 2s linear infinite; + -ms-animation: rotating 2s linear infinite; + -o-animation: rotating 2s linear infinite; + animation: rotating 2s linear infinite; +} +blink, .blink { + -webkit-animation: blink 0.2s step-end infinite; + -moz-animation: blink 0.2s step-end infinite; + -o-animation: blink 0.2s step-end infinite; + animation: blink 0.2s step-end infinite; +} +@-webkit-keyframes blink { 67% { opacity: 0 }} +@-moz-keyframes blink { 67% { opacity: 0 }} +@-o-keyframes blink { 67% { opacity: 0 }} +@keyframes blink { 67% { opacity: 0 }} + * { box-sizing: border-box; margin: 0; diff --git a/index.html b/index.html index b476fe2..2cedac9 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,8 @@

Twitch To TikTok

v1.2.3

-

While this window is open, we'll be uploading your twitch clips to TikTok every few - hours! Keep this program open, and change any settings below.

+

While this window is open, we'll be uploading your twitch clips to TikTok every few + hours! Keep this program open, and change any settings below.


Next Clip:

- Last Successful Upload: - Your upload is scheduled! + Last Successful Upload: + Your upload is scheduled!

-

- Next Upload: - ^that plus like 5 prob lmao +

+ Next Upload: + ^that plus like 5 prob lmao

- Vertical video: + Vertical video: OFF

- + + + + height=100% style='margin-right: 5px;'/>Need Help?
From fed6b6abd0dbe136554153b180a8f283368849df Mon Sep 17 00:00:00 2001 From: paulber33 Date: Sun, 15 Aug 2021 15:10:04 +0200 Subject: [PATCH 2/7] fix css v2 --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2cedac9..983ccc9 100644 --- a/index.html +++ b/index.html @@ -24,14 +24,17 @@
+