Python matplotlibを使って学ぶ統計処理 正規分布 新しいページはコチラ
提供: yonewiki
(→アニメーションマーカー) |
(→アニメーションマーカー) |
||
257行: | 257行: | ||
.marker-animation3.active{ | .marker-animation3.active{ | ||
− | background-position: -100% | + | background-position: -100% 0.5em; |
} | } | ||
267行: | 267行: | ||
background-image: linear-gradient(left, transparent 50%, #7fbfff 50%); | background-image: linear-gradient(left, transparent 50%, #7fbfff 50%); | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
− | background-size: 200% | + | background-size: 200% 2.5em; |
− | background-position: 0 | + | background-position: 0 0.5em; |
transition: all 2s ease; | transition: all 2s ease; | ||
font-weight: bold; | font-weight: bold; |