Finally it works
… in iPhone!
UPDATE 1.08: 2018年11月21日
UPDATE 1.07: 2018年11月03日
UPDATE 1.06: 2018年10月30日
UPDATE 1.05: 2018年9月29日
UPDATE 1.04: 2018年9月16日
UPDATE 1.03: 2018年9月06日
UPDATE 1.02: 2018年9月05日
UPDATE 1.01: 2018年8月25日
You wanna add your "Useful Pages"? CLICK ME!
Useful Pages-EN
Included page "octool:ru" does not exist (create it now)
Useful Pages-KO
Useful Pages-CN
Included page "octool:fr" does not exist (create it now)
Included page "octool:pl" does not exist (create it now)
Included page "octool:es" does not exist (create it now)
Included page "octool:th" does not exist (create it now)
Useful Pages-JP
Included page "octool:de" does not exist (create it now)
Included page "octool:it" does not exist (create it now)
Included page "octool:ua" does not exist (create it now)
Included page "octool:ptbr" does not exist (create it now)
Title: ワンクリックコピーツール
Author: 7happy7 7happy7
Adviser: C-take C-take
License: CC BY-SA 3.0
Title: サイドバー
Source: SCP-JPサンドボックスII
Author: UNKNOWN, SCP-JPwiki
License: CC BY-SA 3.0
Title: Cocoonist's Sidebar
Source: 椎茸天然製造
Author: Cocoonist Cocoonist
Author: Dr Devan Dr Devan
License: CC BY-SA 3.0
[フレーム]
アイテム番号: SCP-XXXX-JP
オブジェクトクラス: Euclid
特別収容プロトコル: SCP-XXXX-JPは10秒後に入れ替わります。あああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ。特別収容プロトコル: 10秒後にSCP-XXXX-JPは入れ替わりました。いいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいい。
説明: 段落総入れ替えをしているのでまったく違う文章を出現させることもできますが、下を見るとやけに間隔が空いているように見えますね?説明: 変化前と変化後の文字数(文章の長さ)を可能な限り揃えないと、このように妙な場所に改行が入る、あるいは文章が重なるなどの症状を引き起こしてしまいます。ああああああああああああああああああああああああああああああああああああああああああああああ。ああああああああああああああああああああああああああああああああああああああああああああああ。
あああああ
補遺1: 引用符内で文章を入れ替えることはできません。それでも引用符内の文章を入れ替えたい場合は、後述の「疑似引用符構文」を使用してください。
補遺2: 疑似引用符構文サンプル
さしすせそたちつてと
なにぬねの
はひふへほ
以下が基本的な段落入れ替え構文
[[div class="pbox"]]
[[span class="be"]]変化前?[[/span]][[span class="af"]]変化後![[/span]]
[[/div]]
以下が疑似引用符構文
[[div class="block"]]
引用符内の文章
[[/div]]
記事概観
[[>]]
[[module Rate]]
[[/>]]
**アイテム番号:** SCP-XXXX-JP
**オブジェクトクラス:** Euclid
[[div class="pbox"]]
[[span class="be"]]**特別収容プロトコル:** SCP-XXXX-JPはあああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ。[[/span]][[span class="af"]]**特別収容プロトコル:** メタタイトルはいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいいい。[[/span]]
[[/div]]
[[div class="pbox"]]
[[span class="be"]]**説明:** 段落総入れ替えをしているのでまったく違う文章を出現させることもできますが、__下を見るとやけに間隔が空いているように見えますね?__[[/span]][[span class="af"]]**説明:** 変化前と変化後の文字数(文章の長さ)を可能な限り揃えないと、このように妙な場所に改行が入る、あるいは文章が重なるなどの症状を引き起こしてしまいます。ああああああああああああああああああああああああああああああああああああああああああああああ。ああああああああああああああああああああああああああああああああああああああああああああああ。[[/span]]
[[/div]]
あああああ
**補遺1:** 引用符内で文章を入れ替えることはできません。それでも引用符内の文章を入れ替えたい場合は、後述の「疑似引用符構文」を使用してください。
**補遺2:** 疑似引用符構文サンプル
[[div class="block"]]
[[div class="pbox"]]
[[span class="be"]]さしすせそ[[/span]][[span class="af"]]たちつてと[[/span]]
なにぬねの
はひふへほ
[[/div]]
[[/div]]
使用する際は、以下の記述をページのどこかに入れてください
[[module CSS]]
/*
animation-durationは、アニメーションの始点から終点までにかかる時間です
animation-delayは、ページ読み込みからアニメーションが始まるまでの時間です
*/
/*ここから下が文章を消失・出現させる部分です。*/
.pbox {
position: relative;
width: 100%;
}
.block {
border: 1px dashed #999;
padding: 0 1em;
background-color: #f4f4f4;
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}
.be {
position: absolute;
width: 100%;
white-space: pre-wrap;
animation-name: v;
animation-duration: 3s;
animation-delay: 10s;
animation-fill-mode: forwards;
/*消失する文字列*/
}
.af {
top: -0.8em;
animation-name: g;
animation-duration: 3s;
animation-delay: 10s; /*ここ*/
animation-fill-mode: forwards;
opacity: 0;
/*出現する文字列*/
}
/*
ここから下がアニメーション(消失・出現)を規定する部分です。
弄る必要はおそらくありません。
*/
@keyframes v {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes g {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes g-ex {
0% {
opacity: 0;
height: 0px;
}
100% {
opacity: 1;
height: 318px;
}
}
[[/module]]