You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 183B

1234567
  1. .workflow-panel-animation .react-flow__viewport {
  2. transition: transform 0.3s ease-in-out;
  3. }
  4. .workflow-node-animation .react-flow__node {
  5. transition: transform 0.2s ease-in-out;
  6. }