Skip to content

Commit

Permalink
AUGH ONE MORE CSS FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiritAxolotl committed Jun 3, 2024
1 parent f647747 commit dd79510
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/animal-gender-bodypart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1 id="title">Tumblr-to-Cohost Username Generator</h1>
<br>
tag <a class="tag" href="https://cohost.org/rc/tagged/animal%20gender%20bodypart" target="_blank">#animal gender bodypart</a> when sharing!
<br>
<a href="https://github.com/SpiritAxolotl/spax.zone/blob/main/tests/animal-gender-bodypart/">v1.8.3</a>
<a href="https://github.com/SpiritAxolotl/spax.zone/blob/main/tests/animal-gender-bodypart/">v1.8.4</a>
</div>
</body>
</html>
10 changes: 5 additions & 5 deletions tests/animal-gender-bodypart/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,24 +144,24 @@ 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) {
transform: translateY(-2rem);
}
&#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;
}
}
}
Expand Down

0 comments on commit dd79510

Please sign in to comment.