Site > Demo > Improve

This commit is contained in:
brunosimon
2017-12-31 18:31:03 +01:00
parent fd45eb3570
commit 59a6846d84
4 changed files with 128 additions and 14 deletions
+10
View File
@@ -72,6 +72,16 @@ export default class Demo
this.goStep(3)
}
if(this.speakerCurrentTime < 15.5 && this.$speakerVideo.currentTime >= 15.5)
{
this.goStep(4)
}
if(this.speakerCurrentTime < 17.5 && this.$speakerVideo.currentTime >= 17.5)
{
this.goStep(5)
}
this.speakerCurrentTime = this.$speakerVideo.currentTime
this.audienceCurrentTime = this.$audienceVideo.currentTime
}