|
|
|
@ -2,9 +2,6 @@ using System; |
|
|
|
using System.Collections.Generic; |
|
|
|
using Avalonia.Rendering.Composition.Transport; |
|
|
|
|
|
|
|
|
|
|
|
// Special license applies <see href="https://raw.githubusercontent.com/AvaloniaUI/Avalonia/master/src/Avalonia.Base/Rendering/Composition/License.md">License.md</see>
|
|
|
|
|
|
|
|
namespace Avalonia.Rendering.Composition.Animations |
|
|
|
{ |
|
|
|
public class CompositionAnimationGroup : CompositionObject, ICompositionAnimationBase |
|
|
|
|