threepenny-gui-0.4.1.0: GUI framework that uses the web browser as a display.

Safe HaskellNone

Graphics.UI.Threepenny.JQuery

Synopsis

Documentation

data Easing Source

Constructors

Swing 
Linear 

animate :: Element -> [(String, String)] -> Int -> Easing -> IO () -> IO ()Source

Animate property changes of a function.

fadeIn :: Element -> Int -> Easing -> IO () -> IO ()Source

Fade in an element.

fadeOut :: Element -> Int -> Easing -> IO () -> IO ()Source

Fade out an element.

sendValue :: Element -> Event StringSource

Do something on return.

setFocus :: Element -> UI ()Source

Focus an element.

scrollToBottom :: Element -> UI ()Source

Scroll to the bottom of an element.