Class: cardZoomingView

cardZoomingView()

Handle's the card zooming animation, if user enabled it in the settings.

Constructor

new cardZoomingView()

Source:

Methods

addBackEventHandler(handle)

Attaches event listener to the main section.

Parameters:
Name Type Description
handle function

Function that controls what happens when back button has been clicked.

Source:

addEventHandler(handle)

Attaches event listener to the main section.

Parameters:
Name Type Description
handle function

Function that controls what happens when button has been clicked.

Source:

renderCardShrink(cardElement)

Renders the card shrinking animation when enabled in the settings.

Parameters:
Name Type Description
cardElement Element

Card element to be animated.

Source:

renderCardZoom(cardElement)

Renders the card zooming effect when enabled in the settings.

Parameters:
Name Type Description
cardElement Element

Card element to be animated.

Source: