How to create a walkthrough intro

Hello,
Please, I need help in creating a walkthrough intro in my app instead of intro slider. Just like I’ve seen in some native applications, other contents on page are gray(overlay) out and the part you want to talk about is highlighted (focus on). Pls help if you can.
Hope you understand what I’m trying to say.
Thanks in advance.
Something like this:
https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcTJ76V9siV8OTVBY4-AkgNxxxcPcDkoOQEohUeRvOJgaXoh3fUcNUkXAjNu

See:

1 Like

Please can you help me get pass this in the .ts file. I am getting errors, I think I need to import it somehow because I installed through npm

const driver = new Driver();
driver.highlight({
  element: '#some-element',
  popover: {
    title: 'Title for the Popover',
    description: 'Description for it',
  }
});

Thank you