Here is my attempt to create a control that contains some animations and could be used to give the XBox 'ring of light' effect using EID. I did it by creating a new template for a control and adding a timeline to the control template that would start on the Control's Loaded event. Then I template bound some properties like background and foreground of the control so that you can change them and you are done. I've attached a resource dictionary that has the template for the control, to use it in your app here are the steps you have to do in Interactive Designer:
At this point you are done with the animation inside the template, some other details you can add
Now you can switch back to the scene and create many controls and re-use this template