You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I've noticed that in FF v29, the item links are not functioning (no hover, they are not clickable). This can be observed on the demo page as well.
Can it easily be solved somehow?
Thanks in advance! Very cool plugin though.
The text was updated successfully, but these errors were encountered:
// Give the item some depth to avoid clipping artefacts
$item.css(utils.prefix({
'transform-style': 'preserve-3d',
'transform': 'translateZ(-0.1px)'
}));
Hi!
I've noticed that in FF v29, the item links are not functioning (no hover, they are not clickable). This can be observed on the demo page as well.
Can it easily be solved somehow?
Thanks in advance! Very cool plugin though.
The text was updated successfully, but these errors were encountered: