Open leifoolsen opened 8 years ago
This is not related to MDL but is how position fixed and css transforms it works i general. Found an artiche on mwyerweb.com about this topic; http://meyerweb.com/eric/thoughts/2011/09/12/un-fixing-fixed-elements-with-css-transforms/.
So, just close, not an issue :-)
MDL version: 1.3 Browser: Chrome Browser version: 48.0.2564.109 (64-bit) Operating system: ubuntu Operating system version: 14.04 LTS URL: na
I'm working with a design where I have a mdl-card with toolbar buttons placed in a footer. The buttons are "decorated" with ripple effect. In some cases, the footer may be sticky and placed at the bottom of the viewport. The problem that arises when the footer is sticky is that the footer disappears while ripple animation is in progress. This is not a big problem since I can remove ripple effect to avoid this - but I think it might be okay for you to verify this.
What steps will reproduce the problem:
What is the expected result? The ripple effect should work the same as when footer has position absolute
What happens instead of that? The footer disappears while ripple animation is in progress.
Please provide any other information below, and attach a screenshot if possible.
Example code to reproduce issue: