Ian Lunn

Results 36 comments of Ian Lunn

Note that IE 9 doesn't support CORS so if your JSON is coming from a different domain, IE 9/AngularJS will throw an error and the angular-loading-bar will appear never to...

Thanks all. I'll look to address this in the near future and will most likely move to dual-license under GPL. The idea as @darrena092 pointed out is that if you...

Agreed. I'll add this to the next release. Any objection to this being done without the use of `@at-root` now it's not necessary in Sass 3.4+ Does LESS have a...

@qzminski I plan to add this as part of 3.0 but no date for this.

Unfortunately I will be removing LESS in the next major realease due to supporting both Sass and LESS is too much work. I will however consider adding more variables to...

@jonbcampos @HunterGraubard Can this not be done by relying on the CSS cascade? What is the benfit to doing it via SCSS variables?

Fixed in https://github.com/IanLunn/Hover/pull/126

@dgobnto Which version of Safari and OS please?

Happy to merge this if anyone can send a pull request for both effects in Sass and LESS formats.

It is due to the element having focus when pressed. Pressing elsewhere causes it then to lose focus. Remove the `:focus` selector from each effect to workaround this.