0
⇦ ⇧ ⇨ ⇩
drag to view
#drag-hint { animation: fadeHint 2.2s ease-in-out 1s forwards, fadeOut 0.8s ease-in-out 6s forwards; } @keyframes fadeOut { to { opacity: 0; } }