Deprecated: Joomla\CMS\Extension\Module::getDispatcher(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in /home/nudbf/steakhouse.esperanzadata.eu/libraries/src/Extension/Module.php on line 73

Deprecated: Joomla\CMS\Extension\ModuleInterface::getDispatcher(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in /home/nudbf/steakhouse.esperanzadata.eu/libraries/src/Extension/ModuleInterface.php on line 38

Deprecated: Joomla\CMS\Dispatcher\ModuleDispatcherFactory::createDispatcher(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in /home/nudbf/steakhouse.esperanzadata.eu/libraries/src/Dispatcher/ModuleDispatcherFactory.php on line 58

Deprecated: Joomla\CMS\Dispatcher\ModuleDispatcherFactoryInterface::createDispatcher(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in /home/nudbf/steakhouse.esperanzadata.eu/libraries/src/Dispatcher/ModuleDispatcherFactoryInterface.php on line 37

Deprecated: Joomla\Component\Scheduler\Administrator\Model\TasksModel::__construct(): Implicitly marking parameter $factory as nullable is deprecated, the explicit nullable type must be used instead in /home/nudbf/steakhouse.esperanzadata.eu/administrator/components/com_scheduler/src/Model/TasksModel.php on line 48
Front animations

Frontpage scroll animations

In the Steakhouse template we have implemented the animation engine based on the scrollReveal.js script. This script makes creating elements onscroll animations very simple to define.

Thanks to this script you can describe an animation using natural language.

Description of the animation is placed in the data-scroll-reveal attribute:

<!-- These 2 lines are equivalent -->
<p data-scroll-reveal="enter top move 25px"> foo </p>
<p data-scroll-reveal="enter from the top and then move 25px"> foo </p>

The full description of the syntax is available on the project documentation page

Last modification: må 6 dec 2021

Deprecated: Function lcg_value() is deprecated since 8.4, use \Random\Randomizer::getFloat() instead in /home/nudbf/steakhouse.esperanzadata.eu/plugins/system/sessiongc/sessiongc.php on line 58