Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b8505c

Browse files
authored
Update style.css
Removes some transform jankiness in Chrome 55 (haven't tested earlier versions, but suspect it's there, too). https://video.twimg.com/tweet_video/C0ZCNbXVIAAUI0Q.mp4
1 parent ad4a950 commit 5b8505c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

27 - Click and Drag/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ body {
3131
cursor: pointer;
3232
transition: all 0.2s;
3333
transform: scale(0.98);
34+
will-change: transform;
3435
position: relative;
3536
background: rgba(255,255,255,0.1);
3637
font-size: 0;

0 commit comments

Comments
 (0)