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

提供: yonewiki
移動: 案内, 検索
(■アニメーションマーカー)
(■アニメーションマーカー)
344行: 344行:
 
<script>
 
<script>
 
$(window).scroll(function (){
 
$(window).scroll(function (){
   $(".marker-animation5").each(function(){
+
   $(".marker-animation").each(function(){
 
     var position = $(this).offset().top; //ページの一番上から要素までの距離を取得
 
     var position = $(this).offset().top; //ページの一番上から要素までの距離を取得
 
     var scroll = $(window).scrollTop(); //スクロールの位置を取得
 
     var scroll = $(window).scrollTop(); //スクロールの位置を取得
357行: 357行:
 
<syntaxhighlight lang="css">
 
<syntaxhighlight lang="css">
 
<style type= "text/css">
 
<style type= "text/css">
.marker-animation5.active{
+
.marker-animation.active{
 
   background-size: 100% 100%;
 
   background-size: 100% 100%;
 
   background-position: 0px 100%;
 
   background-position: 0px 100%;
 
}
 
}
  
.marker-animation5 {
+
.marker-animation {
   background-image: -webkit-linear-gradient(bottom, transparent 50%, #7fbfff 50%);
+
   background-image: -webkit-linear-gradient(bottom, transparent 50%, #ff7f7f 50%);
   background-image: -moz-linear-gradient(bottom, transparent 50%, #7fbfff 50%);
+
   background-image: -moz-linear-gradient(bottom, transparent 50%, #ff7f7f 50%);
   background-image: -ms-linear-gradient(bottom, transparent 50%, #7fbff 50%);
+
   background-image: -ms-linear-gradient(bottom, transparent 50%, #ff7f7f 50%);
   background-image: -o-linear-gradient(bottom, transparent 50%, #7fbfff 50%);
+
   background-image: -o-linear-gradient(bottom, transparent 50%, #ff7f7f 50%);
   background-image: linear-gradient(to bottom, transparent 50%, #7fbfff 50%);
+
   background-image: linear-gradient(to bottom, transparent 50%, #ff7f7f 50%);
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
 
   background-size: 0% 100%;
 
   background-size: 0% 100%;
412行: 412行:
  
 
.marker-animation5 {
 
.marker-animation5 {
   background-image: -webkit-linear-gradient(bottom, transparent 45%, #7fbfff 50%);
+
   background-image: -webkit-linear-gradient(bottom, transparent 45%, #ff7f7f 50%);
   background-image: -moz-linear-gradient(bottom, transparent 45%, #7fbfff 50%);
+
   background-image: -moz-linear-gradient(bottom, transparent 45%, #ff7f7f 50%);
   background-image: -ms-linear-gradient(bottom, transparent 45%, #7fbff 50%);
+
   background-image: -ms-linear-gradient(bottom, transparent 45%, #ff7f7f 50%);
   background-image: -o-linear-gradient(bottom, transparent 45%, #7fbfff 50%);
+
   background-image: -o-linear-gradient(bottom, transparent 45%, #ff7f7f 50%);
   background-image: linear-gradient(to bottom, transparent 45%, #7fbfff 50%);
+
   background-image: linear-gradient(to bottom, transparent 45%, #ff7f7f 50%);
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
 
   background-size: 0% 100%;
 
   background-size: 0% 100%;

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



個人用ツール
名前空間

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