Skip to content
Snippets Groups Projects
Commit 27669234 authored by Berna Tülek's avatar Berna Tülek
Browse files

Improve rubberBand animation

parent ef063774
Branches
Tags
3 merge requests!171SWTP Comment Project,!170Fix linter in pipe,!169WebSocket Connector
...@@ -56,7 +56,7 @@ export class CommentComponent implements OnInit { ...@@ -56,7 +56,7 @@ export class CommentComponent implements OnInit {
langService.langEmitter.subscribe(lang => translateService.use(lang)); langService.langEmitter.subscribe(lang => translateService.use(lang));
} }
startAnimation(state_:any) { startAnimation(state_: any) {
console.log(state_); console.log(state_);
if (!this.animationState) { if (!this.animationState) {
this.animationState = state_; this.animationState = state_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment