Python matplotlibを使って学ぶ統計処理 正規分布 新しいページはコチラ
提供: yonewiki
(→アニメーションマーカー) |
(→アニメーションマーカー) |
||
211行: | 211行: | ||
.marker-animation { | .marker-animation { | ||
− | background-image: -webkit-linear-gradient( | + | background-image: -webkit-linear-gradient(bottom, transparent 75%, #7fbfff 75%); |
− | background-image: -moz-linear-gradient( | + | background-image: -moz-linear-gradient(bottom, transparent 75%, #7fbfff 75%); |
− | background-image: -ms-linear-gradient( | + | background-image: -ms-linear-gradient(bottom, transparent 75%, #7fbff 75%); |
− | background-image: -o-linear-gradient( | + | background-image: -o-linear-gradient(bottom, transparent 75%, #7fbfff 75%); |
− | background-image: linear-gradient(to | + | background-image: linear-gradient(to bottom, transparent 75%, #7fbfff 75%); |
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
background-size: 200% 100%; | background-size: 200% 100%; |