xTools

Favorite Tools

Your saved tools, one tap away.

No favorite tools yet.

Tap the heart on any tool to save it.

All tools
Design

CSS Animation Previewer

Preview CSS animations.

CSS
@keyframes xt-slot {
  0%{transform:translateY(-120%);opacity:0}
  100%{transform:translateY(0);opacity:1}
}

.demo {
  animation: xt-slot 0.6s ease-out infinite;
}

About CSS Animation Previewer

Preview CSS animations.

How to use

  1. 1Open the CSS Animation Previewer above and fill in any required inputs.
  2. 2Adjust options if the tool exposes them , changes preview live.
  3. 3Copy or download the result using the buttons provided.

Tips

  • Everything runs locally in your browser , your data never leaves the device.
  • Bookmark this page for quick access next time.

Related tools

More from Design