blivesta / animsition

A simple and easy jQuery plugin for CSS animated page transitions.
http://git.blivesta.com/animsition
MIT License
3.83k stars 781 forks source link

Multiple colored overlay transitions from one page #157

Closed arthurdjn closed 5 years ago

arthurdjn commented 5 years ago

Hello, I would like to make a main page, containing buttons. Each buttons lead to a subpage, with an overlay transition. However, each button should have their own colored overlay transition. My code: https://codepen.io/arthurdraws/pen/xxKBQXQ

In this test code, I would like that the button 'fade-in overlay-out' have a fade-in animation when the page is loaded. Then when the button is pressed, an overlay transition in black for example.

Thanks !

arthurdjn commented 5 years ago

Okay, solution to https://codepen.io/arthurdraws/pen/xxKBQXQ I fixed all my problems :)