Interview with Bookaholic

An article by Alice McVeigh

Thank you for reading. If you enjoyed this article, please share it widely:

Read more articles from Alice

ALICE McVEIGH

Sign up for Alice’s monthly newsletter! Readers get:

    There is an archive of recent newsletters here.

    /* Only hide on frontend, not in editor */ body:not(.elementor-editor-active) .award-badge { opacity: 0; transform: translateY(-100vh); }/* Animation that ends horizontal */ @keyframes raindrop-fall { 0% { transform: translateY(-100vh) rotate(0deg); opacity: 0; } 10% { opacity: 1; } 100% { transform: translateY(0) rotate(0deg); opacity: 1; } }.award-badge.animate { animation: raindrop-fall 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }/* Stagger delays */ .award-badge.animate:nth-child(1) { animation-delay: 0.2s; } .award-badge.animate:nth-child(2) { animation-delay: 0.5s; } .award-badge.animate:nth-child(3) { animation-delay: 0.8s; } .award-badge.animate:nth-child(4) { animation-delay: 1.1s; } .award-badge.animate:nth-child(5) { animation-delay: 1.4s; }