File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- # SimpleScrollbar
1
+ # yaSimpleScrollbar
2
2
3
- Yet another simple vanilla javascript library for creating a custom scrollbar cross-browser and cross-devices .
3
+ Yet Another Simple Scrollbar. A lightweight javascript library for creating customlized scrollbar.
4
4
5
5
* Lightweight vanilla JavaScript
6
6
* All native events supported, smooth and sweet
7
7
* Perfect with dynamic content
8
+ * Good performance, without ` setInterval ` trick
8
9
9
10
## Demo
10
11
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 " />
5
5
< title > yaSimpleScrollbar</ title >
6
6
< meta name ="keywords " content ="scrollbar, custom " />
7
- < meta name ="description " content ="Yet another simple vanilla javascript library for creating a custom scrollbar cross-browser and cross-devices . " />
7
+ < meta name ="description " content ="Yet Another Simple Scrollbar. A lightweight javascript library for creating customlized scrollbar. " />
8
8
< style >
9
9
h1 { text-align : center; margin : 20px ; font-size : 200% ; }
10
10
h2 { font-size : 120% ; margin : 0 15px ; text-align : center; }
@@ -104,4 +104,4 @@ <h1>yaSimpleScrollbar</h1>
104
104
changeFontSize ( 0 ) ;
105
105
</ script >
106
106
</ body >
107
- </ html >
107
+ </ html >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ya-simple-scrollbar" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " Yet another simple vanilla javascript library for creating a custom scrollbar cross-browser and cross-devices ." ,
4
+ "description" : " Yet Another Simple Scrollbar. A lightweight javascript library for creating customlized scrollbar." ,
5
5
"main" : " ya-simple-scrollbar.js" ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments