Animation

このエントリーをはてなブックマークに追加

CSS3でアニメーションを行うAnimationsモジュールのプロパティの一覧です。

  • Keyframes
    KeyframesはCSS3のanimationの動きを指定できる書式です。
  • animation
    animationはkeyframesで作成したアニメーションの指定ができるプロパティです。
  • animation-fill-mode
    animation-fill-modeはkeyframesで作成したアニメーションが適応される前後の状態を指定できるプロパティです。
  • animation-delay
    animation-delayはkeyframes作成したアニメーションを遅延させてスタートさせる為のプロパティです。
  • animation-play-state
    animation-play-stateは@keyframesで作成したアニメーションが動いているか停止しているかの状態を指定できるプロパティです。
  • animation-direction
    animation-directionはkeyframes作成したアニメーションの向きを指定できるプロパティです。
  • animation-iteration-count
    animation-iteration-countはkeyframesで作成したアニメーションの回数を指定できるプロパティです。
  • animation-timing-function
    animation-timing-functionはkeyframesで作成したアニメーションの動きを指定できるプロパティです。
  • animation-duration
    animation-durationはkeyframesで作成したアニメーションの間隔を指定できるプロパティです。
  • animation-name
    animation-nameはkeyframesで作成したアニメーションの名前を指定できるプロパティです。

検索

スポンサードリンク

バージョン

リファレンス