Updated crossfade.rb for recent tween mode fixes.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sat, 9 Apr 2005 13:53:14 +0000 (13:53 +0000)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 9 Apr 2005 13:53:14 +0000 (13:53 +0000)
ChangeLog
test/crossfade.rb

index 4e7302d6c641f8a67727e970786db9a73a76db02..d0e42e5a77bc2afe7e92d5cb168203a8cc76b97f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
 --
-$Id: ChangeLog 23 2005-04-02 23:20:32Z tilman $
+$Id: ChangeLog 24 2005-04-09 13:53:14Z tilman $
 ++
 
+2005-04-09 Tilman Sauerbeck (tilman at code-monkey de)
+        * test/crossfade.rb: Updated for recent tween mode fixes
+
 2005-04-03 Tilman Sauerbeck (tilman at code-monkey de)
         * lib/redact/part.rb: Made 'text_class' and 'color_class' parameters
           writable
index 7e132f2ad4b3d314755b1f323515608996158097..36ef35365cb7487279c1d6b137b2f0d047c69fe4 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: crossfade.rb 1 2005-03-26 01:32:38Z tilman $
+# $Id: crossfade.rb 24 2005-04-09 13:53:14Z tilman $
 
 include Redact
 
@@ -46,7 +46,7 @@ EDJE.collection("crossfade") do |c|
                p.signal = "mouse,clicked,1"
                p.source = "background"
                p.value = 1.0
-               p.mode = SetStateProgram::MODE_ACCELERATE
+               p.mode = :accelerate
                p.time = 1.0
                p.targets << ProgramTarget.new(c.part("rect_red"))
                p.targets << ProgramTarget.new(c.part("rect_green"))