回答編集履歴
1
軽微な修正
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
```js
|
6
6
|
|
7
|
-
$( 'html' ).animate( { scrollTop: $('.sec-ttl').offset().top },
|
7
|
+
$( 'html' ).animate( { scrollTop: $('.sec-ttl').offset().top }, 'slow' );
|
8
8
|
|
9
9
|
```
|
10
10
|
|