KeyFrames.

KeyFrames(IEnumerable<KeyFrame>) Constructor

Summary

Initializes a new instance of the KeyFrames class.
Namespace
Avalonia.Animation
Containing Type
KeyFrames

Syntax

public KeyFrames(IEnumerable<KeyFrame> items)

Parameters

Name Type Description
items IEnumerable<KeyFrame> The initial items in the collection.

Return Value

Type Description
void