This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* because me lazy */ | |
Object.getOwnPropertyNames(Math).map(function(p) { | |
window[p] = Math[p]; | |
}); | |
// PI/3, | |
// cos(a); | |
// sin(a); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
.disable-hover, | |
.disable-hover * { | |
pointer-events: none !important; | |
} | |
if you have many box-shadow elements or any animated elements | |
that cause of browser repaints |
NewerOlder