Class ViewOrScrollTimeline
Timeline instance
public sealed class ViewOrScrollTimeline
- Inheritance
-
ViewOrScrollTimeline
- Inherited Members
Properties
Axis
Orientation of the scroll
[JsonPropertyName("axis")]
public ScrollOrientation Axis { get; set; }
Property Value
EndOffset
Represents the ending scroll position of the timeline as a length offset in pixels from scroll origin.
[JsonPropertyName("endOffset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? EndOffset { get; set; }
Property Value
SourceNodeId
Scroll container node
[JsonPropertyName("sourceNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SourceNodeId { get; set; }
Property Value
- long?
StartOffset
Represents the starting scroll position of the timeline as a length offset in pixels from scroll origin.
[JsonPropertyName("startOffset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? StartOffset { get; set; }
Property Value
SubjectNodeId
The element whose principal box's visibility in the scrollport defined the progress of the timeline. Does not exist for animations with ScrollTimeline
[JsonPropertyName("subjectNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? SubjectNodeId { get; set; }
Property Value
- long?