@extscreen/es-core 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +5 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1511,6 +1511,11 @@ function ESAnimationViewComponent() {
|
|
1511
1511
|
'after', [animatorSetId, animatorId], (res) => {
|
1512
1512
|
});
|
1513
1513
|
},
|
1514
|
+
afterDelay(animatorSetId, delay) {
|
1515
|
+
Vue.Native.callUIFunction(this.$refs.animationView,
|
1516
|
+
'afterDelay', [animatorSetId, delay], (res) => {
|
1517
|
+
});
|
1518
|
+
},
|
1514
1519
|
//-----------------------------------------------------------------
|
1515
1520
|
playSequentially1(animatorSetId, animatorId1) {
|
1516
1521
|
Vue.Native.callUIFunction(this.$refs.animationView,
|