fixed recit player transition #2183

This commit is contained in:
2023-07-14 22:48:50 +02:00
parent c9b226f649
commit 0507cfcdcb
5 changed files with 74 additions and 23 deletions

View File

@@ -181,7 +181,8 @@ export default {
...mapActions(ConcernementsStore,['openCloseConcernements',
'hideShowConcernement',
'setBesoinPaperId',
'setOpenedDoleanceField']),
'setOpenedDoleanceField',
'setOpenedRecit']),
// getResponsiveRay(){
// return Math.min(this.canvas.width, this.canvas.height) * 0.08;
@@ -1356,6 +1357,8 @@ export default {
this.handlePaperVisibilityOnBeforeClose();
// this.setOpenedRecit(null);
this.tween = new Tween.Tween({s: this.scale, o: 1})
.to({s: 1, o: 0}, 500)
.onUpdate((obj) => {