1
I have some kind of button that has the code:
<a data-scroll class="btn btn-start animated fadeInUpBig" href="">EM QUE POSSO AJUDAR?</a>
I wanted to know how to do when I click on it, open a box from the center of the screen, with scale animation 0%
until the 100%
for 1 second. And with an X in the upper right corner, in case you want to close, returning to what was before opening the box. (the styling of the CSS box I make later, can be all white even)
http://kithomepage.com/kit/scripts/janelas/fancybox_inline_ger.php
– user60252
I don’t understand how to interact with my button =/
– VH Empreendimentos
<a data-scroll class="btn btn-start Animated fadeInUpBig" id="example1" href="#inline1" title="HOW CAN I HELP?" >WHAT CAN I HELP YOU WITH? </a>
– user60252