aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

removing unnecessary items from backdrop #177

Closed sadiqevani closed 6 years ago

sadiqevani commented 6 years ago

So, i've simplified the backdrop to remove align props, maybe we can add it later, but for now I think might be unnecessary.

But the component needs some improvement in the future, stylistic ones. Ray has designed this component with 4 layers to give it a specific effect.

screenshot 2018-10-08 16 14 00

There are 4 layers of the backdrop, some of the effects for now need some kind of polyfill, especially the grayscale of the elements behind the backdrop component, which can be achieved through backdrop-filter but seems is not supported in every browser.