Page opening animation

Ok guys here is a really hard one.

I want the opening page of a website im building to be a comic book, and when the comic book is pressed, it opens to reveal the website. Any ideas on the steps to take to get this done?

The basics for what you describe are thus:

Create OverLay Div
Create Page
Use CSS to overlay Div on page
Use onclick Javascript to remove div with animation.

As @camperextraordinaire said, post code or attempts on something like Codepen so we can take a look and help you move in that direction.

1 Like