Python matplotlibを使って学ぶ統計処理 正規分布 新しいページはコチラ
提供: yonewiki
(→アニメーションマーカー) |
(→アニメーションマーカー) |
||
207行: | 207行: | ||
<style type= "text/css"> | <style type= "text/css"> | ||
.marker-animation.active{ | .marker-animation.active{ | ||
− | background-position: -100% | + | background-position: -100% 80%; |
} | } | ||
217行: | 217行: | ||
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% 90%; |
− | background-position: 0px | + | background-position: 0px 80%; |
transition: all 2s ease; | transition: all 2s ease; | ||
font-weight: bold; | font-weight: bold; |