Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matefun
Frontend
Commits
aa6c7b6c
Commit
aa6c7b6c
authored
Aug 19, 2018
by
Diego Rey
Browse files
Fixed animation init control
parent
389c3609
Changes
1
Hide whitespace changes
Inline
Side-by-side
Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts
View file @
aa6c7b6c
...
...
@@ -239,6 +239,7 @@ export class Graph2DComponent {
$this
.
animation
.
currentFrame
=
0
;
$this
.
animation
.
speed
=
1000
;
$this
.
animation
.
playing
=
false
;
$this
.
animation
.
init
=
false
;
this
.
instance
.
removeAllGraphs
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment