<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="+1">Hi, <br>
      </font></p>
    <p><font size="+1">I have been trying the Animation package[1] wtih
        Squeak5.1. I can't get the animation to work, it immediately
        terminate:</font></p>
    <pre><code><font size="+1">| myMorph |
myMorph := Morph new topLeft: 100@100; extent: 400@400; openInWorld.
myMorph fadeOut.</font></code></pre>
    <p><font size="+1"><br>
      </font></p>
    <p><font size="+1">Looks like the animation registry does not exist:</font></p>
    <pre><font size="+1"><code>register</code><code>
</code><code>    AnimAnimationRegistry value</code><code>
</code><code>        ifNil: [self finish]</code><code>
</code><code>        ifNotNil: [:registry | registry register: self].</code>
</font></pre>
    <p><font size="+1"><br>
      </font></p>
    <p><font size="+1"><font size="+1"><code>AnimAnimationRegistry value</code>
          always returns nil. Did not see code to instantiate a
          singleton one.</font></font></p>
    <p><font size="+1"><font size="+1">Code was load through local
          filetree repo. Can't get the Metacello preview get installed
          when following instructions[2]. But it is another problem.</font></font></p>
    <p><font size="+1"><font size="+1">Thanks</font></font></p>
    <p><font size="+1"><font size="+1">Hilaire<br>
        </font></font></p>
    <p><font size="+1"><font size="+1"><br>
        </font></font></p>
    <p><font size="+1"><font size="+1">[1]
          <a class="moz-txt-link-freetext" href="https://github.com/hpi-swa/animations">https://github.com/hpi-swa/animations</a><br>
        </font></font></p>
    <p><font size="+1"><font size="+1">[2]
          <a class="moz-txt-link-freetext" href="https://github.com/dalehenrich/metacello-work">https://github.com/dalehenrich/metacello-work</a><br>
        </font></font></p>
    <p><font size="+1"></font><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Dr. Geo
<a class="moz-txt-link-freetext" href="http://drgeo.eu">http://drgeo.eu</a></pre>
  </body>
</html>