mirror of
https://github.com/ground7/unraid-animated-svgs.git
synced 2025-10-27 11:21:08 -04:00
Give database.svg a default size
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<svg id="database" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.17 498.38" shape-rendering="geometricPrecision" text-rendering="geometricPrecision">
|
||||
<svg id="database" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.17 498.38" width="500" height="500" shape-rendering="geometricPrecision" text-rendering="geometricPrecision">
|
||||
<style>
|
||||
@keyframes back_database_animation__to{0%{transform:translate(330.640859px,289.527196px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}16%,66%{transform:translate(178.283203px,199.933594px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}80%,to{transform:translate(330.640859px,289.527196px)}}@keyframes star_animation__ts{0%,78%{transform:translate(184.362724px,136.917577px) scale(0,0);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}84%,86%{transform:translate(184.362724px,136.917577px) scale(1,1);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}94%,to{transform:translate(184.362724px,136.917577px) scale(0,0)}}@keyframes star_c_o{0%{opacity:1}84%{opacity:1;animation-timing-function:cubic-bezier(0,0,.58,1)}94%,to{opacity:0}}#back_database_animation{animation:back_database_animation__to 5000ms linear infinite normal forwards}#star_animation{animation:star_animation__ts 5000ms linear infinite normal forwards}#star{animation:star_c_o 5000ms linear infinite normal forwards}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
@ -1,4 +1,4 @@
|
||||
<svg id="database" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.17 498.38" shape-rendering="geometricPrecision" text-rendering="geometricPrecision">
|
||||
<svg id="database" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.17 498.38" width="500" height="500" shape-rendering="geometricPrecision" text-rendering="geometricPrecision">
|
||||
<style>
|
||||
@keyframes back_database_animation__to{0%{transform:translate(330.640859px,289.527196px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}16%,66%{transform:translate(178.283203px,199.933594px);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}80%,to{transform:translate(330.640859px,289.527196px)}}@keyframes star_animation__ts{0%,78%{transform:translate(184.362724px,136.917577px) scale(0,0);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}84%,86%{transform:translate(184.362724px,136.917577px) scale(1,1);animation-timing-function:cubic-bezier(.445,.05,.55,.95)}94%,to{transform:translate(184.362724px,136.917577px) scale(0,0)}}@keyframes star_c_o{0%{opacity:1}84%{opacity:1;animation-timing-function:cubic-bezier(0,0,.58,1)}94%,to{opacity:0}}#database{pointer-events:all}#database *{animation-play-state:paused!important}#database:hover *{animation-play-state:running!important}#back_database_animation{animation:back_database_animation__to 5000ms linear infinite normal forwards}#star_animation{animation:star_animation__ts 5000ms linear infinite normal forwards}#star{animation:star_c_o 5000ms linear infinite normal forwards}
|
||||
</style>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.7 KiB |
Reference in New Issue
Block a user