Skip to content

Polymer element to allow keyframe-based ascii animations.

Notifications You must be signed in to change notification settings

ctraltdel/ascii-animation

Repository files navigation

ascii-animation

An element to provide a way to animate ascii text. Animation is keyframe based.

A sequence of keyframes are used with a selector property indicating the frame should display when the duration is that % out of 100.

Example:

    <ascii-animation duration="1" autoplay>
      <ascii-animation-keyframe name="smiley" selector="0">:)</ascii-animation-keyframe>
      <ascii-animation-keyframe name="meh" selector="50">:|</ascii-animation-keyframe>
      <ascii-animation-keyframe name="frownie" selector="100">:(</ascii-animation-keyframe>
    </ascii-animation>

About

Polymer element to allow keyframe-based ascii animations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages