Skip to content

Commit 4bbc085

Browse files
authored
Linear animation
1 parent f34bb73 commit 4bbc085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/black-scholes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.attention-blink {
22
border: 2px solid red;
3-
animation: blink 0.5s steps(2, end) 2;
3+
animation: blink 1s linear 3;
44
}
55

66
@keyframes blink {

0 commit comments

Comments
 (0)