Skip to content
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

Open
robertovanderlinden opened this issue Jul 6, 2022 · 5 comments

Comments

@robertovanderlinden
Copy link

Behaviour
If you enable the animation for the Left Bottom Column, widgets will not be shown.

Expected
Widgets are shown when animation is enabled.

@nickthesing
Copy link
Contributor

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.

@robertovanderlinden
Copy link
Author

No this happens with every widget

@nickthesing
Copy link
Contributor

Which widgets are you showing? And you should always have more than 1 in there. Otherwise the cycle will stop after the first widget.

@robertovanderlinden
Copy link
Author

I have added multiple. Tried it with clock, weather, compliments, profile.

@nickthesing
Copy link
Contributor

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.

@nickthesing nickthesing changed the title Widgets not shown in Left Bottom Column when animation is enabled. Widgets: Clock & Weather don"t have animations classes in order to properly work in the animation cycle. Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants