limit 'notice-me' animation to 10 iterations

This commit is contained in:
Mr. Stallion 2023-05-21 21:09:09 -07:00
parent 8afbf2fb05
commit 4d3001812c
1 changed files with 2 additions and 1 deletions

View File

@ -632,7 +632,8 @@
.glowing {
padding: 3px;
margin-right: 0.5em;
animation: noticeme 2.5s infinite alternate;
animation: noticeme 2.5s alternate;
animation-iteration-count: 10;
animation-timing-function: ease-in-out;
}