ctraltdel / ascii-animation

Polymer element to allow keyframe-based ascii animations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:HTML 100.0%