File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ var EnjoyHint = function (_options) {
133
133
that . clear ( ) ;
134
134
} , 250 ) ;
135
135
136
- $ ( document . body ) . scrollTo ( step_data . selector , step_data . scrollAnimationSpeed || 250 , { offset : - 100 } ) ;
136
+ $ ( document . body ) . scrollTop ( step_data . selector , step_data . scrollAnimationSpeed || 250 , { offset : - 100 } ) ;
137
137
138
138
setTimeout ( function ( ) {
139
139
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ var EnjoyHint = function (_options) {
133
133
that . clear ( ) ;
134
134
} , 250 ) ;
135
135
136
- $ ( document . body ) . scrollTo ( step_data . selector , step_data . scrollAnimationSpeed || 250 , { offset : - 100 } ) ;
136
+ $ ( document . body ) . scrollTop ( step_data . selector , step_data . scrollAnimationSpeed || 250 , { offset : - 100 } ) ;
137
137
138
138
setTimeout ( function ( ) {
139
139
You can’t perform that action at this time.
0 commit comments