Python matplotlibを使って学ぶ統計処理 正規分布 新しいページはコチラ
提供: yonewiki
(→アニメーションマーカー) |
(→アニメーションマーカー) |
||
166行: | 166行: | ||
<syntaxhighlight lang="css"> | <syntaxhighlight lang="css"> | ||
<style type= "text/css"> | <style type= "text/css"> | ||
− | .marker-animation.active{ | + | .marker-animation.active{ /*mraker-animation.activeというスタイルになると*/ |
− | background-position: -100% .5em; | + | background-position: -100% .5em; /*マーカー領域のまるまる1区画分の位置に背景領域を設定し、*/ |
− | + | /*更に背景高さを0.5em(1emは文字1文字分の幅に相当なので、*/ | |
− | + | /*文字半分くらい)に設定 */ | |
} | } | ||