Python matplotlibを使って学ぶ統計処理 正規分布 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(アニメーションマーカー)
(アニメーションマーカー)
177行: 177行:
 
   background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
 
   background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
 
   background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
 
   background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
   background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
+
   background-image: linear-gradient(to left, transparent 50%, rgb(255,250,153) 50%);
   background-repeat: repeat-x;
+
                                                          /*全てlinear-gradientだけど上4つはブラウザ毎の設定 */
   background-size: 200% .8em;
+
   background-repeat: repeat-x;         /*100%を超える領域も使うのでその部分はx方向に繰り返す*/
   background-position: 0 .5em;
+
   background-size: 200% .8em;       /*領域の大きさは2倍に 高さは0.8emに*/
   transition: all 2s ease;
+
   background-position: 0 .5em;       /*背景の位置は0 0.5emに。この位置に戻そうとするような動きになる
 +
   transition: all 2s ease;                   /*動かす指定で違うところのpositionになっていると2秒かけて最後に指定した
 +
                                                      /*positionにする。
 
   font-weight: bold;
 
   font-weight: bold;
 
}
 
}

2020年4月16日 (木) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス