Файловый менеджер - Редактировать - /home/freeclou/optimyar/wp-content/plugins/elementor-extras/assets/lib/jquery-long-shadow/jquery.longShadow.js
Назад
/* * LongShadow jQuery Plugin * Copyright (c) 2013 - 2016 Dang Van Thanh * Version: 1.1.0 * Source: git://github.com/dangvanthanh/jquery.longShadow.git * Licensed under MIT */ (function($) { 'use strict' // Name long shadow query plugin and parameters var pluginName = 'longShadow' var defaults = { colorShadow : '#ccc', sizeShadow : 50, directionShadow : '' // Default bottom-right } // Long Shadow Plugin function Plugin(element, options) { this.element = element; this.options = $.extend({}, defaults, options); this._defaults = defaults; this._name = pluginName; this._shadow = ''; this.init(); } Plugin.prototype = { init: function() { var textshadow = '' var color = this.options.colorShadow for (var i = 0, len = this.options.sizeShadow; i < len; i++) { switch (this.options.directionShadow) { case 'top': textshadow += '0 ' + -i + 'px 0 ' + color + ',' break case 'right': textshadow += i + 'px 0 0 ' + color + ',' break case 'bottom': textshadow += '0 ' + i + 'px 0 ' + color + ',' break case 'left': textshadow += -i + 'px 0 0 ' + color + ',' break case 'top-left': textshadow += -i + 'px ' + -i + 'px 0 ' + color + ',' break case 'top-right': textshadow += i + 'px ' + -i + 'px 0 ' + color + ',' break case 'bottom-left': textshadow += -i + 'px ' + i + 'px 0 ' + color + ',' break case 'bottom-right': textshadow += i + 'px ' + i + 'px 0 ' + color + ',' break default: textshadow += i + 'px ' + i + 'px 0 ' + color + ',' break } } this._shadow = textshadow.slice(0, -1) this.element.style.textShadow = this._shadow }, destroy: function() { this.element.style = ''; } } $.fn[pluginName] = function(options) { return this.each(function() { if (!$.data(this, 'plugin_' + pluginName)) { $.data(this, 'plugin_' + pluginName, new Plugin(this, options)) } }) } })(jQuery)
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка