diff --git a/tests/animal-gender-bodypart/index.html b/tests/animal-gender-bodypart/index.html index 9b242d1..373c162 100644 --- a/tests/animal-gender-bodypart/index.html +++ b/tests/animal-gender-bodypart/index.html @@ -32,7 +32,7 @@

Tumblr-to-Cohost Username Generator


tag #animal gender bodypart when sharing!
- v1.8.3 + v1.8.4 \ No newline at end of file diff --git a/tests/animal-gender-bodypart/styles.css b/tests/animal-gender-bodypart/styles.css index 77dd7fa..2b39336 100644 --- a/tests/animal-gender-bodypart/styles.css +++ b/tests/animal-gender-bodypart/styles.css @@ -144,7 +144,7 @@ button { & > span { opacity: 0; display: inline-block; - transition: transform, opacity, text-decoration-color, border-color, margin; + transition-property: transform, opacity, text-decoration-color, border-color, margin; transition-duration: 0.5s, 0.5s, 0.1s, 0.1s, 0.1s; transition-timing-function: ease-in, ease-in, ease, ease, ease; &:not(#at) { @@ -152,16 +152,16 @@ button { } &#at { transform: translateX(-2rem); - transition-delay: 0.75s, 0, 0, 0, 0; + transition-delay: 0.75s, 0.75s, 0s, 0s, 0s; } &#gender { - transition-delay: 0.25s, 0, 0, 0, 0; + transition-delay: 0.25s, 0.25s, 0s, 0s, 0s; } &#bodypart { - transition-delay: 0.5s, 0, 0, 0, 0; + transition-delay: 0.5s, 0.5s, 0s, 0s, 0s; } &.separator { - transition-delay: 0.65s, 0, 0, 0, 0; + transition-delay: 0.65s, 0.65s, 0s, 0s, 0s; } } }