material-web/elevation
Elliott Marquez 34c0a6779e fix(elevation): limit elevation transition to box-shadow and opacity
`transition-property: inherit` was causing issues where doing `visiblity: hidden` would animate with the shadow of the button. This change makes it such that we set the default properties to `box-shadow, opacity` on host so that it is still configuratble by the consumer of md-elevation.

PiperOrigin-RevId: 613385695
2024-03-06 16:56:21 -08:00
..
demo chore: format files with prettier 2023-10-25 11:59:00 -07:00
internal fix(elevation): limit elevation transition to box-shadow and opacity 2024-03-06 16:56:21 -08:00
_elevation.scss fix(elevation)!: rename "lib" directory to "internal" 2023-07-21 13:42:40 -07:00
elevation_test.ts feat(elevation): create md-elevation component 2022-12-13 11:13:05 -08:00
elevation.ts fix: rename internal <styles>.css.js to <styles>.css 2024-02-28 16:20:22 -08:00