I have a page where the user chooses to log in (if he has already registered) or does the registration, if he chooses to register by clicking on the cadastre-se
button, he would like the element to go left and the first step of the registration to come by the right equal to a slide system.
In my html of Home I have the steps I call each one through an include and I leave one under the other following the hierarchy, I do not know if for what I want this is the best option.
Type I could use display:none
and applying display:block
to the next element. But I would like to make the effect slide
can anyone give me a light and examples.
Here's an example of a simple way I poderia
do but I want to replace with the slide effect:
VLw