I am developing a WPF application which consists of a single window and many animations. These animations are split up into six of so different storyboards which work fine when placed in the section. My problem is that I want to somehow take these storyboards and put them somewhere else, like in their own file. This produces less cluttered code and makes it reusable. I learned that storyboards can’t reside in a ResourceDirectory but is there some other way of splitting storyboards that I don’t know about?
Share
Are we SURE Storyboards can’t be in a ResourceDictionary? I feel like I’ve done this myself. Also, this.