Huh, which kind notice?
Anyway, for the moment I’m just setting the timer ridiculously high:
.recent-post figure img {
transition: all 120s ease-in-out;
-moz-transition: all 120s ease-in-out;
-webkit-transition: all 120s ease-in-out;
-o-transition: all 120s ease-in-out;
}
So it at least looks like nothing’s happening.
That’s of course not a clean solution, so big thanks if anyone else knows what to do…
-t