Vixen
02b45cc4
csharp
public readonly record struct Keyframe

One 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 Offset

    Where in the animation it sits, from 0 to 1.

  • public DeclarationRange Declarations

    What 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