Static Social button with animation
How To Create Fixed Position Share Box Using CSS3
$("#share").css({ "top": "-5px", opacity: 0.25 }) $("#clickme").toggle( function () { $("#share").animate({ "top": "+50px", opacity: 1 }, "slow").find('.glyphicon').removeClass('glyphicon-arrow-down').addClass('glyphicon-arrow-up'); }, function () { $("#share").animate({ "top": "-5px", opacity: 0.25 }, "slow").find('.glyphicon').removeClass('glyphicon-arrow-up').addClass('glyphicon-arrow-down'); });DEMO
Static Social button with animation
Reviewed by Bhaumik Patel
on
7:41 AM
Rating: