UNPKG
nodebb-plugin-l24u-lk
Version:
latest (0.0.1-e)
0.0.1
0.0.1-e
0.0.1-d
0.0.1-b
This is lk for l24u.ru
l24u.ru
nodebb-plugin-l24u-lk
/
style
/
_animation.less
15 lines
(14 loc)
•
222 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@keyframes
fadeIn {
from
{
opacity
:
0
; }
to
{
opacity
:
1
; } }
.points-fade-in
{
opacity
:
0
;
animation
: fadeIn ease-in-out
1
;
animation-fill-mode
: forwards;
animation-duration
:
0.3s
; }