Dear Author,
I’ve came across some problems when I’m developing my project by Vue.js now, the main issue is that (I assume), the [custom.theme.js] doesn’t always excute properly, so the pictures in the “grid-item” don’t always show up as page is loaded initially.
I know this is not the place for Vue question, I just try to undertand more clearly about how [custom.theme.js] works. Therefoe, I can intergrate it better.
As far as I know, most of the animation functions are stored in the [themeData] in [custom.theme.js], and are exctued when “document.ready()” and “window.load()”. I’ve tried to moved some action around between this two events, but nothing get better. The picure still show once and not show once.
Following is my demo page address:
https://kuo-web.firebaseapp.com
Hope to have some suggestion from you. Thank you!