Source: animations/index.scss, line 1
Source: animations/index.scss, line 1
Source: animations/checkmark.scss, line 1
A checkmark to indicate success
<div class="irma-web-checkmark-animation"></div>
Source: animations/clock.scss, line 1
A clock to show timeouts
<div class="irma-web-clock-animation"></div>
Source: animations/forbidden.scss, line 1
A forbidden sign to show issues
<div class="irma-web-forbidden-animation" onclick="var elm = this; elm.className = ''; setTimeout(function() { elm.className = 'irma-web-forbidden-animation'; }, 100)"></div>
Source: animations/loading.scss, line 1
A loading animation that precedes the QR code
<div class="irma-web-loading-animation">
<i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i><i></i>
</div>
Source: animations/waiting-for-user.scss, line 1
An animation to show while we wait for the user to disclose credentials from their mobile phone
<div class="irma-web-waiting-for-user-animation"></div>