feat(timeline): add count property to TimelineContext for total items tracking
parent
96abb53576
commit
b0e6e095f1
|
@ -99,6 +99,11 @@ export interface TimelineContext {
|
|||
* Current index of the item as a number.
|
||||
*/
|
||||
index: number;
|
||||
|
||||
/**
|
||||
* Total number of items in the timeline.
|
||||
*/
|
||||
count: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue