package ocsigen-toolkit

  1. Overview
  2. Docs
type animation =
  1. | Nil
  2. | Forward
  3. | Backward
module type PAGE_TRANSITION_CONF = sig ... end
module Make (Conf : PAGE_TRANSITION_CONF) : sig ... end
val install_global_handler_withURI : ?transition_duration:float -> take_screenshot:((string -> unit) -> unit) -> animation_type:(Eliom_client.changepage_event -> animation) -> unit