UNPKG

nodebb-plugin-l24u-lk

Version:

This is lk for l24u.ru

15 lines (14 loc) 222 B
@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; }