Make visual tree public

This commit is contained in:
Yoshi Askharoun
2022-10-07 10:29:09 -05:00
parent be7d9c5364
commit 2667456b41
165 changed files with 174 additions and 169 deletions
@@ -13,7 +13,7 @@ using System.Collections.Generic;
namespace Microsoft.Iris.Animations
{
internal class AnimationTemplate : ICloneable
public class AnimationTemplate : ICloneable
{
private const float k_epsilon = 0.0001f;
private const StopCommand k_defaultStopCommand = StopCommand.MoveToEnd;