MouseOver

trait MouseOver[F[_]] extends Algebra[F]

Algebra for elements that can respond to Mouseover events

trait Algebra[F]
class Object
trait Matchable
class Any

Value members

Abstract methods

def mouseOver[A](img: F[A]): (F[A], Stream[Pure, Unit])

Attaches a mouse over event listener to the given img. The stream produces an event every time the mouseOver event fires.

Attaches a mouse over event listener to the given img. The stream produces an event every time the mouseOver event fires.