threepenny-gui-0.1.0.1: Small 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 -> IO ()Source

Focus an element.

scrollToBottom :: Element -> IO ()Source

Scroll to the bottom of an element.