limit 'notice-me' animation to 10 iterations
This commit is contained in:
parent
8afbf2fb05
commit
4d3001812c
|
@ -632,7 +632,8 @@
|
||||||
.glowing {
|
.glowing {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
margin-right: 0.5em;
|
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;
|
animation-timing-function: ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue