Skip to content

Adding new step props: observables + highlight selectors

Compare
Choose a tag to compare
@elrumordelaluz elrumordelaluz released this 15 Jun 08:40

Thanks to the awesome @qboot work on #266 now is possible to:

  • highlight multiple elements passing an Array of selectors into the new step prop highlightedSelectors
  • redraw the svg mask when node mutations happens passing selectors to mutationObservables
  • redraw the mask when node resizes happens, passing them to resizeObservables.

More details on readme