From 0494b4bbc16b3071798aa5c7bddb143becb90595 Mon Sep 17 00:00:00 2001 From: kjj6198 Date: Mon, 27 Apr 2020 01:46:30 +0900 Subject: [PATCH] add comment note --- src/runtime/transition/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/transition/index.ts b/src/runtime/transition/index.ts index 777ef33fa8..a1e04ae0c4 100644 --- a/src/runtime/transition/index.ts +++ b/src/runtime/transition/index.ts @@ -131,8 +131,8 @@ export function slide(node: Element, { `border-bottom-width: ${t * border_bottom_width}px;` + // fixes #4712 // 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 - // for more details. + // adding this property seems to work. + // see https://gist.github.com/ayamflow/b602ab436ac9f05660d9c15190f4fd7b `-webkit-mask-image: -webkit-radial-gradient(white, black);`, }; }