Hakim El Hattab

Results 49 comments of Hakim El Hattab

That would definitely be possible – but unfortunately I don't have any plans of adding in new features to Fokus for the time being. Feel free to build it in...

Good feedback and definitely a feature worth implementing. Unfortunately I am slammed with work right now and won't have time to get to this anytime soon :/

I tested this but was expecting those methods to also actually open and close the menu. So calling `stayOpen` opens the menu and keeps it open, where `stayClose` closes the...

Thanks @souchi. No point in supporting IE11 anymore so I've update the browserlist in master. Has the added benefit of reducing the build times by 50%. Can someone else who...

> I'm having trouble integrating the library with React, can you help me please > > Following is an example where we see that the slide is not showing >...

@PhiLhoSoft The incorrect numbering should be fixed in master, see #3182

I don't have Safari 15.4 installed yet but will test this out as soon as I have. 15.2 and 15.3 both run your example without issues.

Thanks for the suggestion. I agree it would be useful be able to set those values via the JS config. For now, I'd recommend using a single `` for all...

Thanks for the PR! From some quick testing in Chrome/FF I think `getComputedStyle(...).backgroundColor` is always in rgb/rgba format, even if the color was specified in hsl. Maybe instead of adding...

If anyone wants to contribute types I'd be happy to merge. I don't have any experience with typescript so I'm probably not the right person for the job.