Animatorおよび関連関数のオプションで,アニメーションが連続してどのくらいの間実行されているかを示す.
AnimationRunTime
Animatorおよび関連関数のオプションで,アニメーションが連続してどのくらいの間実行されているかを示す.
詳細
- AnimationRunTimeは,アニメーションが始まってから経過したリアルタイムの絶対秒数である.
- AnimationRunTimeは,アニメーションが開始されると常に0にリセットされる.
例題
すべて開く すべて閉じる例 (1)
特性と関係 (2)
アニメーションが開始されてからの時間は,時間指標より短い場合がある:
DynamicModule[{runtime, index}, Column[{Animator[.9, AnimationRepetitions -> 1, AnimationRunTime -> Dynamic[runtime], AnimationTimeIndex -> Dynamic[index]],
Dynamic[StringTemplate["runtime: ``, index: ``"][runtime, index]]}]]アニメーションが開始されてからの時間は,時間指標よりはるかに大きい場合がある:
DynamicModule[{runtime, index}, Column[{Animator[0, AnimationRepetitions -> 3, AnimationRunTime -> Dynamic[runtime], AnimationTimeIndex -> Dynamic[index]],
Dynamic[StringTemplate["runtime: ``, index: ``"][runtime, index]]}]]関連するガイド
テキスト
Wolfram Research (2014), AnimationRunTime, Wolfram言語関数, https://reference.wolfram.com/language/ref/AnimationRunTime.html.
CMS
Wolfram Language. 2014. "AnimationRunTime." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AnimationRunTime.html.
APA
Wolfram Language. (2014). AnimationRunTime. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AnimationRunTime.html
BibTeX
@misc{reference.wolfram_2026_animationruntime, author="Wolfram Research", title="{AnimationRunTime}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/AnimationRunTime.html}", note=[Accessed: 13-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_animationruntime, organization={Wolfram Research}, title={AnimationRunTime}, year={2014}, url={https://reference.wolfram.com/language/ref/AnimationRunTime.html}, note=[Accessed: 13-August-2026]}