|
|
@ -131,8 +131,8 @@ export function slide(node: Element, {
|
|
|
|
`border-bottom-width: ${t * border_bottom_width}px;` +
|
|
|
|
`border-bottom-width: ${t * border_bottom_width}px;` +
|
|
|
|
// fixes #4712
|
|
|
|
// fixes #4712
|
|
|
|
// Safari has bug that when element is transitioning, it'll ignore overflow: hidden property,
|
|
|
|
// Safari has bug that when element is transitioning, it'll ignore overflow: hidden property,
|
|
|
|
// adding this property seems to work. see https://gist.github.com/ayamflow/b602ab436ac9f05660d9c15190f4fd7b
|
|
|
|
// adding this property seems to work.
|
|
|
|
// for more details.
|
|
|
|
// see https://gist.github.com/ayamflow/b602ab436ac9f05660d9c15190f4fd7b
|
|
|
|
`-webkit-mask-image: -webkit-radial-gradient(white, black);`,
|
|
|
|
`-webkit-mask-image: -webkit-radial-gradient(white, black);`,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|