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

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Threepenny.JQuery

Synopsis

Documentation

data Easing Source

Constructors

Swing 
Linear 

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

Fade in an element.

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

Fade out an element.

sendValue :: Element -> Event String Source

The sendValue event happens whenver the return key is pressed while the element has focus. Its data is the event value.

setFocus :: Element -> UI () Source

Focus an element.

scrollToBottom :: Element -> UI () Source

Scroll to the bottom of an element.