Monarch 4.3.0
NEW: monarch.back()
now takes an options table as first argument:
local options = {
sequential = true, -- hide first, then show
}
monarch.back(options, data, cb)
NEW: monarch.back()
now takes an options table as first argument:
local options = {
sequential = true, -- hide first, then show
}
monarch.back(options, data, cb)