Dan Barrett

Results 4 comments of Dan Barrett

Further to what @danhumaan said, here's an example using Slick: ```js // Set our slide index var initial value to 0. var teamMemberSlideIndex = 0; $('.team-modal').modaal({ // Other Modaal config...

Pencilling this in on the v0.4.0 milestone for us to compile a proper browser support chart. Would also be worth adding IE8 support.

I'm not 100% convinced we'd add something like this to Modaal, but for the interim you could use a data attribute along with the `beforeOpen` and `afterOpen` hooks to achieve...

If you're installing Modaal via npm/yarn I'd recommend doing your require like this: `require('modaal/dist/js/modaal')` (though recently we did add the aforementioned path to the `main` field of `package.json` so it...