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 |
The initial items in the collection. |
Return Value
Type | Description |
---|---|
void |