-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widgets: Clock & Weather don"t have animations classes in order to properly work in the animation cycle. #20
Comments
Hi there, Did you add a custom widget to the left bottom column position? In that case, the widget needs to have special Vue Mixin to support the animations cycle. |
No this happens with every widget |
Which widgets are you showing? And you should always have more than 1 in there. Otherwise the cycle will stop after the first widget. |
I have added multiple. Tried it with clock, weather, compliments, profile. |
Ah, discovered that the clock & weather widgets are not being part of the animation cycle. If they are the first in line they will block the cycle and if they are in the middle they will not show up. Will look into this. |
Behaviour
If you enable the animation for the Left Bottom Column, widgets will not be shown.
Expected
Widgets are shown when animation is enabled.
The text was updated successfully, but these errors were encountered: