csharp
public readonly record struct KeyframeOne stop of a @keyframes rule.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public float OffsetWhere in the animation it sits, from 0 to 1.
public DeclarationRange DeclarationsWhat it sets there.
Methods (1)
public Keyframe(float Offset, DeclarationRange Declarations)One stop of a @keyframes rule.
Used by (3)
- AnimationTestsVixen.Ui.Styling.Tests
- AnimatorVixen.Ui.Styling
- KeyframesTableVixen.Ui.Styling