回答編集履歴
1
chousei
answer
CHANGED
@@ -1,10 +1,16 @@
|
|
1
1
|
.animate_elmの幅が適正ではないだけでは?
|
2
2
|
```javascript
|
3
3
|
<style>
|
4
|
+
.animate_elm,.slide_elm{
|
5
|
+
overflow:hidden;
|
6
|
+
width: max-content;
|
7
|
+
}
|
4
8
|
.animate_elm{
|
5
|
-
|
9
|
+
background-Color:lime;
|
6
|
-
width: max-content;
|
7
10
|
}
|
11
|
+
.slide_elm{
|
12
|
+
background-Color:aqua;
|
13
|
+
}
|
8
14
|
</style>
|
9
15
|
<script>
|
10
16
|
$(function(){
|