Skip to content

Commit f9f6af0

Browse files
committed
Add auto scroll
Fix position enjoyHint Add key event Add scrollAnimationSpead
1 parent fa085ed commit f9f6af0

File tree

9 files changed

+449
-378
lines changed

9 files changed

+449
-378
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = function(grunt){
66
separator: ';'
77
},
88
dist:{
9-
src:['src/*.js', 'lib/kinetic/kinetic.min.js'],
9+
src:['src/*.js', 'lib/kinetic/kinetic.min.js', 'lib/jquery.scrollTo/jquery.scrollTo.min.js'],
1010
dest: '<%= pkg.name %>.js'
1111
}
1212
},

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
],
2424
"dependencies": {
2525
"jquery": "~2.1.3",
26-
"kinetic": "~5.2.0"
26+
"kinetic": "~5.2.0",
27+
"jquery.scrollTo": "~1.4.14"
2728
}
2829
}

enjoyhint.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
url('Casino_Hand/casino_hand-webfont.svg#casino_handregular') format('svg');
88
font-weight: normal;
99
font-style: normal;
10-
1110
}
11+
1212
.enjoyhint{
1313
position: fixed;
1414
width: 100%;

0 commit comments

Comments
 (0)