Table of Contents

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

TBuilder
TArgument

Methods

AddAnimation(TArgument)

Adds the animation using the specified value

TBuilder AddAnimation(TArgument value)

Parameters

value TArgument

The value

Returns

TBuilder

The builder