Brief tutorials
Flipside is a transition animation effect that seamlessly transitions to the confirmation panel using CSS3 and JS-made cool click buttons. The transition animation effect is different when the click button effect is clicked on the side of the button in various directions.
Online preview Source Download
How to use
Using this button to transition an animation effect requires the introduction of the button style sheet it provides style.css and the JS file script.js used to trigger the button click event.
HTML structure
The click-button transition animation effect uses the HTML structure of a nested div:
<Divclass= "BTN"> <Divclass= "Btn-back"> <P>Is you sure your want to do?</P> <Buttonclass= "Yes">Yes</Button> <Buttonclass= "No">No</Button> </Div> <Divclass= "Btn-front">Delete</Div></Div>
After completing the above steps, the button clicks on the effect to use. The sass file is available in the download package and you can modify the style of the button and confirmation panel yourself.
via:http://www.w2bc.com/article/27249
CSS3 and JS Cool click button 3D Flip animation effects