diff --git a/src/components/svg/apps/jellyfin.vue b/src/components/svg/apps/jellyfin.vue
index e8870c6..f7bb25d 100755
--- a/src/components/svg/apps/jellyfin.vue
+++ b/src/components/svg/apps/jellyfin.vue
@@ -3,8 +3,8 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" id="logo" width="30.903151pt"
- height="30.903004pt" viewBox="0 0 465.36509 465.36288" class="svg replaced-svg" sodipodi:docname="logo.svg"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" id="logo" width="300"
+ height="72" viewBox="0 0 465.36509 465.36288" class="svg replaced-svg" sodipodi:docname="logo.svg"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)">
+
+
diff --git a/src/components/svg/pegaz.vue b/src/components/svg/pegaz.vue
index 1965a74..f686411 100644
--- a/src/components/svg/pegaz.vue
+++ b/src/components/svg/pegaz.vue
@@ -1 +1,3 @@
-
\ No newline at end of file
+
+
+
diff --git a/src/components/svg/rewind.vue b/src/components/svg/rewind.vue
new file mode 100644
index 0000000..1b2d7e5
--- /dev/null
+++ b/src/components/svg/rewind.vue
@@ -0,0 +1,3 @@
+
+
+
diff --git a/src/pages/index.vue b/src/pages/index.vue
index c86dca6..3b06d06 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -7,7 +7,7 @@
href="https://github.com/valerebron/pegaz"
target="_blank"
>
-
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 1a53f5b..9101341 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -16,15 +16,30 @@ module.exports = {
'0%': { opacity: '1' },
'100%': { opacity: '0' },
},
- popin: {
- '0%': { opacity: '1' },
- '100%': { opacity: '0' },
+ upApp: {
+ '0%': { transform: 'scale(0)' },
+ '90%': { transform: 'scale(1.2)' },
+ '100%': { transform: 'sale(1)' },
+ },
+ openApp: {
+ '0%': { transform: 'scale(0.8)' },
+ '50%': { transform: 'scale(1.2)' },
+ '100%': { transform: 'sale(1)' },
+ },
+ click: {
+ '0%': { transform: 'scale(0.5)' },
+ '50%': { transform: 'scale(1.5)' },
+ '100%': { transform: 'sale(1)' },
},
},
animation: {
blink: 'blink .6s infinite',
slide: 'slide .3s',
fadeout: 'fadeout .8s',
+ upApp: 'upApp .5s cubic-bezier(0, 0, 0.2, 1)',
+ openApp: 'openApp .3s cubic-bezier(0, 0, 0.2, 1)',
+ click: 'click .3s cubic-bezier(0, 0, 0.2, 1)',
+
},
},
},