Transitions on a page

-1

Good afternoon! I have an idea to develop a presentation page and with a button that in standard form would redirect to another page, but I want to make this interaction better.

I wanted to know what to use and what is the right structure for: When the user clicks on the button, instead of changing abruptly, an animation of SUMING the elements of the page occurs and the elements of the other page appear animatedly.

    
asked by anonymous 02.11.2018 / 18:42

2 answers

0

If you understand correctly what you want, you do not need to create a transition between pages. Just use a Carousel for this.

Bootstrap is very good: link

    
02.11.2018 / 19:09
0

In the following sites, you can find examples suitable for adding transitions between html pages using css3 with libraries like jquery. They include live demos and full code:

link

link

Source

    
02.11.2018 / 19:09