To: ironruby-core
Subject: [Ironruby-core] problem with WPF animation.Duration= and TimeSpan
Hi all,
Once again I am hitting some unexpected behavior in IronRuby. Might be a bug ;)
>>> animation = System::Windows::Media::Animation::DoubleAnimation.new()
=> #
>>> animation.D
Hi all,
Once again I am hitting some unexpected behavior in IronRuby. Might be a bug
;)
>>> animation = System::Windows::Media::Animation::DoubleAnimation.new()
=> #
>>> animation.Duration= System::Windows::Duration.new(
System::TimeSpan.FromSeconds(2))
=> #
>>> animation.Duration= System::Wind