mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Make visual tree public
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user