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

Improve rubberBand animation

parent 2392131c
3 merge requests!171SWTP Comment Project,!170Fix linter in pipe,!169WebSocket Connector
...@@ -56,10 +56,10 @@ export class CommentComponent implements OnInit { ...@@ -56,10 +56,10 @@ export class CommentComponent implements OnInit {
langService.langEmitter.subscribe(lang => translateService.use(lang)); langService.langEmitter.subscribe(lang => translateService.use(lang));
} }
startAnimation(state: string) { 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