Home
last modified time | relevance | path

Searched refs:speed (Results 26 – 50 of 115) sorted by relevance

12345

/plugin/revealjs/css/
H A Dreveal.css511 /* Global transition speed settings */
512 .reveal[data-transition-speed="fast"] .slides section {
515 .reveal[data-transition-speed="slow"] .slides section {
518 /* Slide-specific transition speed overrides */
519 .reveal .slides section[data-transition-speed="fast"] {
522 .reveal .slides section[data-transition-speed="slow"] {
1181 /* Global transition speed settings */
1182 .reveal[data-transition-speed="fast"] > .backgrounds .slide-background {
1185 .reveal[data-transition-speed="slow"] > .backgrounds .slide-background {
1272 /* Global transition speed settings */
[all …]
/plugin/imagecarousel/vendor/slick/
H A Dslick.min.js17speed:500,swipe:!0,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!1,variabl… property in e.defaults
H A DREADME.markdown97 speed | int | 300 | Transition speed
190 speed: 500
/plugin/photogallery/lightGallery/js/
H A Dlg-thumbnail.js280 … this.core.$outer.find('.lg-thumb').css('transition-duration', this.core.s.speed + 'ms');
286 }, this.core.s.speed);
H A Dlg-thumbnail.min.js4 …s("transition-duration",this.core.s.speed+"ms"),this.core.doCss()||b.animate({left:-this.left+"px"…
/plugin/revealjs/
H A Dchangelog.md20 …- `---->` opens a new slide with default transition in default speed (open previous slides will be…
29 - Transition speed: `default`, `fast`, `slow`
H A DREADME.md268 - `---->` opens a new slide with the default transition in the default speed (open previous slides …
277 - Transition speed: `default`, `fast`, `slow`
/plugin/authdrupal8/
H A Dpassword.inc19 * speed and power of computers available to crack the hashes.
198 * mass operations where a value less than the default is needed for speed.
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt4 …nd communications, "mechanized so that it may be consulted with exceeding speed and flexibility". …
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md115 provided a 15% speed increase.
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md11 [Benchmarks](http://parsedown.org/speed) |
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md76 - #21 speed up inline parsing using [strpbrk](http://www.php.net/manual/de/function.strpbrk.php) ab…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG521 * made a speed optimization to macro calls when imported via the "import" tag
627 * made a speed optimization to macro calls when imported via the "from" tag
697 * made several speed optimizations
1034 * optimized template loading speed
1036 * made major speed improvements for loops (up to 300% on even the smallest loops)
1044 * made some speed optimizations
1065 * made small speed optimizations
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc318 * Improved the Travis CI speed using cache feature with composer
354 * Improved the speed of integration tests removing snapshots delete from
/plugin/pagestat/
H A Dscript.js248 PTwindow.prototype.show=function(speed){ argument
249 if(speed!=true){speed=500;}
251 this.jqwin.slideDown(speed);
/plugin/aimg/
H A Dscript.js539 var speed = show ? 20 : 10;
546 elm._f_count = Math.max(0, Math.min(100, elm._f_count + speed*(show?1:-1)));
/plugin/authgooglesheets/
H A Dcomposer.lock743 …"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary prec…
745 …"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operati…
746 …"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic…
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md27 * Parsing clark-notation is now cached. This can speed up parsing large
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md33 * Parsing clark-notation is now cached. This can speed up parsing large
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js253 speed: 1, // Rounds per second property in mxODPicker.opts
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js136 speed: 0.1,
142 new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay }));
/plugin/s5reloaded/ui/thesis/
H A Dslides.js2454 var speed = Math.round(millisec / 100);
2458 window.setTimeout("changeOpac(" + i + ",'" + ids + "')",(timer * speed));
2463 window.setTimeout("changeOpac(" + i + ",'" + ids + "')",(timer * speed));
2646 var speed = Math.round(millisec / vol);
2649 setTimeout("fadeout(" + i + ",'" + ids + "')",(timer * speed));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md200 - Improved the Travis CI speed using cache feature with composer
228 - Improved the speed of integration tests removing snapshots delete from `YamlRunnerTest::clean`
/plugin/siteexport/
H A DREADME.md115 …ther or only some plugins. Be adviced that disabling plugins might improve the speed of PDF export.
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt165 caching will dramatically speed up future thumbnail serving
613 speed is much faster with ImageMagick, and much larger

12345