-
Notifications
You must be signed in to change notification settings - Fork 677
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
All the icons and names will tremor and shaking at the pages when toggle the button. #137
Comments
I've noticed that too and suspected that the "ripple" effect is what's causing it... and it seems like it is. the shaking goes away if ripple isn't displayed, but I don't know how to fix it properly #base.yaml
custom_fields:
ripple: >
[[[
if (window.matchMedia('(max-width: 800px)').matches) {
window.setTimeout(() => {
let elt = this.shadowRoot;
let ripple = elt.getElementById('ripple').shadowRoot.querySelector('div');
ripple.style.display = 'none';
}, 200)
}
]]]
|
What you mean is add this code in base.yaml right? I tested it seems just the button I clicked itself will shake a little bit, others button seem to have reduced vibration or no vibration. May I ask what is the effect of your ripple effect? |
This comment was marked as off-topic.
This comment was marked as off-topic.
yeah
It's completely gone for me, can you make a new video?
It's not mine, it's the effect when tapping a button |
Sure. I made a new one. you can see that when I toggle the button ,the button 's icon itself will shaking RPReplay_Final1669493268.-.Compressed.with.FlexClip.mp4 |
that's because of the bounce animation. so this just happens on small screens and I don't know why |
|
Thank you so much! |
@matt8707 The iPhone and Mac side shaking issue has already been fixed. But I just found out that the problem with iPad Pro 12.9 is still there. Do you know what the problem is? After deleting the code of card_bounce the issue gone away but without the card_bounce animation effect.
IMG_3336.-.mp4
|
this is not the same issue, notice how the text also moves |
I found out why. It is about "effect: coverflow" , also the orange point out the space of the boundary to the name. it is not not equal after adding the"effect: coverflow" . (all my yaml was replaced with sep release file.yaml), but seems only on iPad.
|
seems the right one move to the right, middle one just moves bounce from the middle. the left one bounce to left |
Tilt !! It should be this effect that offsets the text of the Tilt effect. |
First of all, thanks to this project.
I found an issue when I toggle a button, all the icons and names will tremor and shaking at the pages. I want to debug out how can I fix it, OCD of me when i look at it and want to fix it. Finally I download the clean file from Aug release and Sep release having the same issue.
hope you can guide me to fix this. Thank you !!
1234.MP4
The text was updated successfully, but these errors were encountered: