mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Add ZM_WEB_ANIMATIONS so that we can decide to turn off ui css animations
This commit is contained in:
@@ -2891,6 +2891,16 @@ our @options = (
|
||||
requires => [ { name => 'ZM_WEB_LIST_THUMBS', value => 'yes' } ],
|
||||
category => 'web',
|
||||
},
|
||||
{
|
||||
name => 'ZM_WEB_ANIMATIONS',
|
||||
default => 'yes',
|
||||
description => 'Use various animations when rendering the web UI.',
|
||||
help => q`
|
||||
Animations include content roll up when changing views etc.
|
||||
`,
|
||||
type => $types{boolean},
|
||||
category => 'web',
|
||||
},
|
||||
{
|
||||
name => 'ZM_WEB_USE_OBJECT_TAGS',
|
||||
default => 'yes',
|
||||
|
||||
Reference in New Issue
Block a user