Skip to content

Commit

Permalink
fix: transition-property
Browse files Browse the repository at this point in the history
  • Loading branch information
qq15725 committed May 14, 2023
1 parent d243e6a commit 5a21371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/copy-css-styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export function copyCssStyles<T extends HTMLElement | SVGElement>(
const diffStyle = getDiffStyle(computedStyle, defaultStyle)

// fix
diffStyle.set('transition-property', ['none', ''])
diffStyle.delete('transition-property')
diffStyle.delete('all') // svg: all
diffStyle.delete('d') // svg: d
Expand Down

1 comment on commit 5a21371

@vercel
Copy link

@vercel vercel bot commented on 5a21371 May 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

modern-screenshot – ./

modern-screenshot-qq15725.vercel.app
modern-screenshot.vercel.app
modern-screenshot-git-main-qq15725.vercel.app

Please sign in to comment.