0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-05-24 11:58:21 +03:00

Sane default class names for transitions

This commit is contained in:
Alexander Yakovlev 2016-09-26 16:00:55 +07:00
parent f5eb230c79
commit e1d52d8f67
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "salet",
"version": "1.5.0",
"version": "1.5.1",
"description": "A general client-side framework for cybertext interactive fiction games.",
"keywords": ["ifiction", "interactive fiction", "games", "coffee-script", "text", "menu"],
"homepage": "http://salet.oreolek.ru",

View file

@ -228,9 +228,9 @@ class SaletView
)
# Animate.css effect to use for hiding things
@hideAnimation = "fadeOutUp"
@hideAnimation = "fadeOut"
# Animate.css effect to use for showing things
@showAnimation = "fadeInDown"
@showAnimation = "fadeIn"
@showBlock = (block) ->
block = jQuery(block)