Skip to content

Commit

Permalink
Fixes issue #11, dont repaint buttons on scroll, v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdemirburak committed Feb 3, 2017
1 parent 1f02909 commit 86276bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-floating-social-share",
"version": "1.6.2",
"version": "1.7.0",
"homepage": "http://github.com/ozdemirburak/jquery-floating-social-share",
"authors": [
"Burak Ozdemir <https://github.com/ozdemirburak>"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.floating-social-share.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-floating-social-share",
"version": "1.6.2",
"version": "1.7.0",
"description": "social media share buttons with counters",
"main": "dist/jquery-floating-social-share.min.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions src/jquery.floating-social-share.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
#floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left, #floatingSocialShare .content-right {
position: fixed;
top: 25%;
transform: translateZ(0);
-webkit-transform: translateZ(0);
}

#floatingSocialShare .top-left {
Expand All @@ -58,6 +60,10 @@
margin: 0;
}

#floatingSocialShare .top-right {
direction: rtl;
}

#floatingSocialShare .facebook {
background-color: #3b5998;
}
Expand Down

0 comments on commit 86276bc

Please sign in to comment.