AnimationRepetitions
Animateおよび関連関数のオプションであり,作成したアニメーションを停止までに何回実行するかを指定する.
詳細
- AnimationRepetitions->Infinityでは,アニメーションはボタンのクリックによって停止されるまで実行し続けられる.
- AnimationRepetitionsの設定値は整数ではなくてもよい.
例題
例 (2)
Animateのアニメーションサイクルの数を制御する:
Animate[Plot[Sin[x + a], {x, 0, 10}], {a, 0, 10}, AnimationRepetitions -> 3, AnimationRunning -> False]ListAnimateのアニメーションサイクルの数を制御する:
ListAnimate[Table[Expand[(x + y) ^ n], {n, 0, 10}], AnimationRepetitions -> 3, AnimationRunning -> False]関連するガイド
関連するワークフロー
- アニメーションをWebに配備する
テキスト
Wolfram Research (2007), AnimationRepetitions, Wolfram言語関数, https://reference.wolfram.com/language/ref/AnimationRepetitions.html.
CMS
Wolfram Language. 2007. "AnimationRepetitions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AnimationRepetitions.html.
APA
Wolfram Language. (2007). AnimationRepetitions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AnimationRepetitions.html
BibTeX
@misc{reference.wolfram_2026_animationrepetitions, author="Wolfram Research", title="{AnimationRepetitions}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/AnimationRepetitions.html}", note=[Accessed: 19-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_animationrepetitions, organization={Wolfram Research}, title={AnimationRepetitions}, year={2007}, url={https://reference.wolfram.com/language/ref/AnimationRepetitions.html}, note=[Accessed: 19-August-2026]}