UNPKG
nodebb-theme-aymanbu
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
Lavender Theme for NodeBB
github.com/pmmsc/nodebb-theme-aymanbu
pmmsc/nodebb-theme-aymanbu
nodebb-theme-aymanbu
/
less
/
keyframes.less
9 lines
(8 loc)
•
172 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
@-webkit-keyframes
topic-reply-pulse {
0%
,
100%
{
opacity
:
1
; }
50%
{
opacity
:
0.3
; } }
@keyframes
topic-reply-pulse {
0%
,
100%
{
opacity
:
1
; }
50%
{
opacity
:
0.3
; } }