Skip to content

Commit

Permalink
Version 1.6.0: Line Animation.
Browse files Browse the repository at this point in the history
  • Loading branch information
derpylz committed Apr 2, 2022
1 parent 9557b67 commit 9984ff4
Show file tree
Hide file tree
Showing 23 changed files with 2,856 additions and 31 deletions.
2 changes: 1 addition & 1 deletion build/babyplots.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/babyplots.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions build/plotTypes/Line.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ export declare class Line extends CoordinatePlot {
private _hasAnimation;
private _looping;
private _animDirection;
private _animationCounter;
private _animationFrames;
private _animationDelay;
private _framesPerSegment;
private _segmentVectors;
constructor(scene: Scene, coordinates: number[][], colorVar: string[], size: number, legendData: LegendData, hasAnimation?: boolean, animationDelay?: number, animationDuration?: number, xScale?: number, yScale?: number, zScale?: number, name?: string, labels?: string[], labelSize?: number, labelColor?: string, annotationManager?: AnnotationManager);
private _createLine;
private _addLabels;
resetAnimation(): void;
setLooping(looping: boolean): void;
update(): boolean;
}
97 changes: 90 additions & 7 deletions build/plotTypes/Line.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/plotTypes/Line.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions build/plotTypes/PointCloud.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9984ff4

Please sign in to comment.