Skip to content

Commit

Permalink
use numbers more
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Jan 23, 2024
1 parent 63c7c94 commit f4a571c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import React from "react";
import slippiLogo from "@/styles/images/slippi_logo.svg";

const bounceAnimation = stylex.keyframes({
"0%": { bottom: "0px" },
"100%": { bottom: "25px" },
"0%": { bottom: 0 },
"100%": { bottom: 25 },
});

const barrelRollAnimation = stylex.keyframes({
Expand Down

0 comments on commit f4a571c

Please sign in to comment.