diff --git a/components/BackgroundImageLoader.vue b/components/BackgroundImageLoader.vue index c46017b..c909c96 100644 --- a/components/BackgroundImageLoader.vue +++ b/components/BackgroundImageLoader.vue @@ -97,6 +97,7 @@ export default { handleBeforeEnter() { // TOOD get the actual value programatically + // use ref and ref.style.transitionDuration or whatever let transitionDuration = 4000 this.isInTransition = true