回答編集履歴
1
軽微な修正
answer
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
以下はどうでしょうか。
|
2
2
|
|
3
3
|
```js
|
4
|
-
$( 'html' ).animate( { scrollTop: $('.sec-ttl').offset().top },
|
4
|
+
$( 'html' ).animate( { scrollTop: $('.sec-ttl').offset().top }, 'slow' );
|
5
5
|
```
|
6
6
|
|
7
7
|
---
|