Ian Lunn
Ian Lunn
This is expected browser behaviour although maybe we can work around it without the use of JavaScript.
Just to update on this. When you press a button on iOS it is considered as being hovered over. Pressing the button a second time applies hover again so the...
I see this too. I had previously added properties to prevent this so Firefox must have changed something for it to occur again. Will look into it...
It is not so much the library but how the browser handles transitions and transforms. We can probably improve it though.
Thanks for the idea. Are you using JavaScript to add the active class when the element is hovered over?
Ah, I see. I thought you meant you wanted the animation to stay stuck on after first play through. I like the idea of the active class and would be...
Closest I've come to getting this working in LESS is this: In `_options.less`: ``` css .hoverSelector() { & when(@includeClasses = false) { &:hover, &:focus, &:active { .effectProperties(); } } &...
If it helps, using 1.0.3b resolved this for me.
Moved this to Under Consideration. I'd like to add this feature in v2 but as elements are often `position: absolute` the height would have to be calculated by getting position...
Sounds good :) Note that Sequence in non CSS3 browsers such as IE will fall back to a more basic theme. If you want to use fade with a combination...