UNPKG

twitchtvapp-nicer00ster

Version:

twitchtv show active users

15 lines (12 loc) 206 B
@keyframes slideInRight { from { transform: translate3d(100%, 0, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } } .slideInRight { animation-name: slideInRight; }