This commit is contained in:
Sergio Pedri 2021-01-17 19:37:06 +01:00
Родитель e61db4d140
Коммит a3e3ffff08
6 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -7,7 +7,7 @@
xmlns:interactions="using:Microsoft.Xaml.Interactions.Core"
xmlns:mediaactions="using:Microsoft.Xaml.Interactions.Media"
xmlns:ani="using:Microsoft.Toolkit.Uwp.UI.Animations"
xmlns:behaviors="using:Microsoft.Toolkit.Uwp.UI.Behaviors.Animations"
xmlns:behaviors="using:Microsoft.Toolkit.Uwp.UI.Behaviors"
xmlns:core="using:Microsoft.Xaml.Interactions.Core"
mc:Ignorable="d">

Просмотреть файл

@ -6,7 +6,7 @@
xmlns:interactivity="using:Microsoft.Xaml.Interactivity"
xmlns:interactions="using:Microsoft.Xaml.Interactions.Core"
xmlns:ani="using:Microsoft.Toolkit.Uwp.UI.Animations"
xmlns:behaviors="using:Microsoft.Toolkit.Uwp.UI.Behaviors.Animations"
xmlns:behaviors="using:Microsoft.Toolkit.Uwp.UI.Behaviors"
xmlns:core="using:Microsoft.Xaml.Interactions.Core"
mc:Ignorable="d">

Просмотреть файл

@ -7,7 +7,7 @@
using Microsoft.Toolkit.Uwp.UI.Animations;
using Microsoft.Xaml.Interactivity;
namespace Microsoft.Toolkit.Uwp.UI.Behaviors.Animations
namespace Microsoft.Toolkit.Uwp.UI.Behaviors
{
/// <summary>
/// A custom <see cref="Trigger"/> that fires whenever a linked <see cref="AnimationSet"/> ends.

Просмотреть файл

@ -7,7 +7,7 @@
using Microsoft.Toolkit.Uwp.UI.Animations;
using Microsoft.Xaml.Interactivity;
namespace Microsoft.Toolkit.Uwp.UI.Behaviors.Animations
namespace Microsoft.Toolkit.Uwp.UI.Behaviors
{
/// <summary>
/// A custom <see cref="Trigger"/> that fires whenever a linked <see cref="AnimationSet"/> starts.

Просмотреть файл

@ -5,7 +5,6 @@
using System;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Toolkit.Uwp.UI.Animations;
using Microsoft.Xaml.Interactivity;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Markup;

Просмотреть файл

@ -7,7 +7,7 @@ using Microsoft.Toolkit.Uwp.UI.Animations;
using Microsoft.Xaml.Interactivity;
using Windows.UI.Xaml;
namespace Microsoft.Toolkit.Uwp.UI.Behaviors.Animations
namespace Microsoft.Toolkit.Uwp.UI.Behaviors
{
/// <summary>
/// An <see cref="IAction"/> implementation that can trigger a target <see cref="AnimationSet"/> instance.