Skip to content

Add a transition mask to the background image of the mobile detail page #108

Open
@shanyan-wcx

Description

@shanyan-wcx

Image

.layout-mobile .itemBackdrop {
  mask: linear-gradient(
    to bottom,
    #000 0%,
    rgba(0,0,0,0) 90%, 
    rgba(0,0,0,0) 100%
  );
  -webkit-mask: linear-gradient(
    to bottom,
    #000 0%,
    rgba(0,0,0,0) 90%, 
    rgba(0,0,0,0) 100%
  );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions