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% 0%; |
} | } | ||
218行: | 218行: | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
background-size: 200% 100%; | background-size: 200% 100%; | ||
− | background-position: | + | background-position: 0px 100%; |
transition: all 2s ease; | transition: all 2s ease; | ||
font-weight: bold; | font-weight: bold; |