aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/TimelineOverview.tsx
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2020-02-01 16:23:51 -0500
committerandrewdkim <adkim414@gmail.com>2020-02-01 16:23:51 -0500
commitc12573ba5e45271493acf01ee7d63ce9387ac606 (patch)
treee4c5c406f618306c83d314532d0c4d16a955f89a /src/client/views/animationtimeline/TimelineOverview.tsx
parent69357984b39912076969207651d0560cfc6f904e (diff)
lots of changes
Diffstat (limited to 'src/client/views/animationtimeline/TimelineOverview.tsx')
-rw-r--r--src/client/views/animationtimeline/TimelineOverview.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/animationtimeline/TimelineOverview.tsx b/src/client/views/animationtimeline/TimelineOverview.tsx
index caa97bb70..553ba890d 100644
--- a/src/client/views/animationtimeline/TimelineOverview.tsx
+++ b/src/client/views/animationtimeline/TimelineOverview.tsx
@@ -127,10 +127,8 @@ export class TimelineOverview extends React.Component<TimelineOverviewProps>{
render() {
- console.log("helo")
// calculates where everything should fall based on its size
let percentVisible = this.props.visibleLength / this.props.totalLength;
- console.log(this.props.visibleLength)
let visibleBarWidth = percentVisible * this.overviewBarWidth;
let percentScrubberStart = this.props.currentBarX / this.props.totalLength;