Interface IAddAnimation<TBuilder, TArgument>
- Namespace
- Alis.Core.Aspect.Fluent.Words
- Assembly
- Alis.dll
The add animation interface
public interface IAddAnimation<out TBuilder, in TArgument>Type Parameters
TBuilderTArgument
Methods
AddAnimation(TArgument)
Adds the animation using the specified value
TBuilder AddAnimation(TArgument value)Parameters
valueTArgument-
The value
Returns
- TBuilder
-
The builder