wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Add conversion from Duration to TimeSpan #103

Closed asthomas closed 9 years ago

BSick7 commented 9 years ago

What happens if the Duration is Duration.Forever or Duration.Automatic?

BSick7 commented 9 years ago

TimeSpans aren't structs in javascript. You will need to clone the TimeSpan when returning.

BSick7 commented 9 years ago

Merged after adding test.