I've tried that before and received the following errors when I try to build:
Error 1 The type or namespace name 'AnimationTimeline' could not be found (are you missing a using directive or an assembly reference?)
Error 2 The type or namespace name 'AnimationClock' could not be found (are you missing a using directive or an assembly reference?)
Error 3 The type or namespace name 'Freezable' could not be found (are you missing a using directive or an assembly reference?)
I checked my using statements and they're all the same as what was in the original demo code. For example, AnimationTimeline is supposed to be a class in System.Windows.Media.Animation but my VS Intellisense is not finding it. It's doing the same thing for AnimationClock and Freezable.
This was the original issue I was having. Sorry I wasn't more clear. Thanks.
r