⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact 6ce13777aafa9a2ed1b76734b26a85c46768b39c6b0746923edf550b3680d6aa:



<loop-position>

  <p>
    <span each="{ items }">{ x }</span>
  </p>

  <h3>between</h3>

  <p>
    <span each="{ items }">{ x }</span>
  </p>

  this.items = [{ x: '1 ' }, { x: '2 ' }]

  setTimeout(function() {
    this.items.push({ x: 'third' })
    this.update()

  }.bind(this), 200)

</loop-position>