class domkit::FlipBox

sys::Obj
  dom::Elem
    domkit::Box
      domkit::FlipBox

@Js

Source

FlipBox displays content on a 3D card, and allows transitiong between the front and back using a flipping animation.

back

Elem? back

Source

Back card content.

flip

Void flip(|This|? onComplete := null)

Source

Flip content, and invoke the specified callback when the flip animation has completed.

front

Elem? front

Source

Front card content.

isBack

Bool isBack()

Source

Is card showing back content.

isFront

Bool isFront()

Source

Is card showing front content.

make

new make()

Source

toBack

This toBack()

Source

Show back card content if not already visible.

toFront

This toFront()

Source

Show front card content if not already visible.