@aivenio/aquarium 2.5.2 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -903,7 +903,11 @@
903
903
  "animationTimingFunction": "cubic-bezier(0,0,0.2,1)"
904
904
  }
905
905
  },
906
- "positioner-fade-in": {"from": {"opacity": "0"}, "to": {"opacity": "1"}}
906
+ "positioner-fade-in": {"from": {"opacity": "0"}, "to": {"opacity": "1"}},
907
+ "draw": {
908
+ "from": {"stroke-dasharray": "1000", "stroke-dashoffset": "1000"},
909
+ "to": {"stroke-dashoffset": "0"}
910
+ }
907
911
  },
908
912
  "animation": {
909
913
  "none": "none",
@@ -911,6 +915,7 @@
911
915
  "ping": "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",
912
916
  "pulse": "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",
913
917
  "bounce": "bounce 1s infinite",
914
- "positioner-fade-in": "positioner-fade-in 300ms ease-in-out"
918
+ "positioner-fade-in": "positioner-fade-in 300ms ease-in-out",
919
+ "draw": "draw 2s cubic-bezier(0.47, 0, 0.745, 0.715) forwards"
915
920
  }
916
921
  }