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

Safe HaskellNone
LanguageHaskell2010

Graphics.UI.Threepenny.JQuery

Synopsis

Documentation

data Easing Source #

Constructors

Swing 
Linear 
Instances
Enum Easing Source # 
Instance details

Defined in Graphics.UI.Threepenny.JQuery

Eq Easing Source # 
Instance details

Defined in Graphics.UI.Threepenny.JQuery

Methods

(==) :: Easing -> Easing -> Bool #

(/=) :: Easing -> Easing -> Bool #

Show Easing Source # 
Instance details

Defined in Graphics.UI.Threepenny.JQuery

Default Easing Source # 
Instance details

Defined in Graphics.UI.Threepenny.JQuery

Methods

def :: Easing #

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 whenever 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.