How does the website create the cool buttons on the homepage? With CSS, JavaScript? The hover effect is the best i’ve seen.
The buttons i’m on about are ‘Custom Branding’ etc!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The effect is created using CSS3 transitions and a hover effect.
When the link is hovered, the background position is changed, and a transition causes it to animate smoothly.
Additionally, each link contains an icon in the upper-right. The icons are then transformed to rotate and scale, again with transitions which cause them to animate smoothly.