Article Preview using Basic/Vanilla HTML, CSS, & JS

Solution retrospective
Would love to know why my transition animations aren't working. Something about asynchronous JS? Thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Hello.
There are CSS properties that can't be animated (list of those that are)
display
is one of those.To fix the issue remove
display: none
and addopacity: 0
in.share-menu
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord