Skip to content

Commit

Permalink
fix: fix the scaleInY animation(scale in the radial direction) on the…
Browse files Browse the repository at this point in the history
… polar coordinate (#5866)

* fix: fix the scaleInY animation on the polar coordinate

* fix: fix the ci error

* fix: abstract code logic into function
  • Loading branch information
Runtus committed Dec 5, 2023
1 parent 350b32f commit 5422bbb
Show file tree
Hide file tree
Showing 9 changed files with 10,548 additions and 350 deletions.
5,372 changes: 5,372 additions & 0 deletions __tests__/integration/snapshots/animation/ages-polar-scale-in-y/interval0-0.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4,658 changes: 4,658 additions & 0 deletions __tests__/integration/snapshots/animation/ages-polar-scale-in-y/interval0-1.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div
xmlns="http://www.w3.org/1999/xhtml"
class="g2-tooltip"
style="pointer-events: none; position: absolute; visibility: visible; z-index: 8; transition: visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), left 0.4s cubic-bezier(0.23, 1, 0.32, 1), top 0.4s cubic-bezier(0.23, 1, 0.32, 1); background-color: rgba(255, 255, 255, 0.96); box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; color: rgba(0, 0, 0, 0.65); font-size: 12px; line-height: 20px; padding: 12px; min-width: 120px; max-width: 360px; font-family: Roboto-Regular; left: 433.2498001029222px; top: 178.65499999999997px;"
style="pointer-events: none; position: absolute; visibility: visible; z-index: 8; transition: visibility 0.2s cubic-bezier(0.23, 1, 0.32, 1), left 0.4s cubic-bezier(0.23, 1, 0.32, 1), top 0.4s cubic-bezier(0.23, 1, 0.32, 1); background-color: rgba(255, 255, 255, 0.96); box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; color: rgba(0, 0, 0, 0.65); font-size: 12px; line-height: 20px; padding: 12px; min-width: 120px; max-width: 360px; font-family: Roboto-Regular; left: 433.2497901653106px; top: 178.65499877929688px;"
>
<ul
class="g2-tooltip-list"
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5422bbb

Please sign in to comment.