Home
last modified time | relevance | path

Searched refs:slides (Results 1 – 25 of 46) sorted by relevance

12

/plugin/revealjs/css/
Dreveal.css30 .reveal .slides section .fragment {
34 .reveal .slides section .fragment.visible {
38 .reveal .slides section .fragment.grow {
41 .reveal .slides section .fragment.grow.visible {
45 .reveal .slides section .fragment.shrink {
48 .reveal .slides section .fragment.shrink.visible {
52 .reveal .slides section .fragment.zoom-in {
55 .reveal .slides section .fragment.zoom-in.visible {
59 .reveal .slides section .fragment.fade-out {
62 .reveal .slides section .fragment.fade-out.visible {
[all …]
Dreveal.scss38 .reveal .slides section .fragment { class
49 .reveal .slides section .fragment.grow { class
58 .reveal .slides section .fragment.shrink { class
67 .reveal .slides section .fragment.zoom-in { class
75 .reveal .slides section .fragment.fade-out { class
85 .reveal .slides section .fragment.semi-fade-out { class
95 .reveal .slides section .fragment.strike { class
104 .reveal .slides section .fragment.fade-up { class
112 .reveal .slides section .fragment.fade-down { class
120 .reveal .slides section .fragment.fade-right { class
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DPresentation.php151 public function setSlides($slides) argument
153 $this->slides = $slides;
160 return $this->slides;
/plugin/mikioplugin/
Dscript.js133 var slides = parent.find('.mikiop-carousel-item');
135 for (var i = 0; i < slides.length; i++) {
136 if (jQuery(slides[i]).hasClass('mikiop-active')) {
141 next = slides.length - 1;
145 target = jQuery(slides[next]);
149 jQuery(slides[i]).fadeOut(function () {
156 jQuery(slides[i]).animate({ left: '100%' }, 500, function () {
162 jQuery(slides[i]).removeClass('mikiop-active');
181 var slides = parent.find('.mikiop-carousel-item');
184 for (var i = 0; i < slides.length; i++) {
[all …]
/plugin/s5/ui/dokuwiki/
Dslides.js182 var slides = document.getElementById('slideProj');
184 if (!slides.disabled) {
185 slides.disabled = true;
194 slides.disabled = false;
304 var slides = GetElementsWithClassName('*','slide');
305 for (var i = 0; i < slides.length; i++) {
306 var targetSlide = slides[i];
446 var slides = document.getElementById('slideProj');
448 slides.setAttribute('media','screen');
451 slides.setAttribute('href','null'); // Gecko fix
[all …]
Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
Dprint.css1 /* The following rule is necessary to have all slides appear in print! DO NOT REMOVE IT! */
/plugin/s5/ui/default/
Dslides.js183 var slides = document.getElementById('slideProj');
185 if (!slides.disabled) {
186 slides.disabled = true;
195 slides.disabled = false;
305 var slides = GetElementsWithClassName('*','slide');
306 for (var i = 0; i < slides.length; i++) {
307 var targetSlide = slides[i];
447 var slides = document.getElementById('slideProj');
449 slides.setAttribute('media','screen');
452 slides.setAttribute('href','null'); // Gecko fix
[all …]
Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/revealjs/js/
Dreveal.js430 dom.slides = document.querySelector( '.reveal .slides' );
682 dom.slides.classList.remove( 'no-transition' );
717 dom.slides.classList.add( 'no-transition' );
1424 toArray( dom.slides.querySelectorAll( '.fragment' ) ).forEach( function( element ) {
1772 transformElement( dom.slides, slidesTransform.layout + ' ' + slidesTransform.overview );
1775 transformElement( dom.slides, slidesTransform.overview );
2258 dom.slides.style.width = size.width + 'px';
2259 dom.slides.style.height = size.height + 'px';
2270 dom.slides.style.zoom = '';
2271 dom.slides.style.left = '';
[all …]
/plugin/imagecarousel/vendor/slick/
DREADME.markdown67 autoplay | boolean | false | Enables auto play of slides
69 centerMode | boolean | false | Enables centered view with partial prev/next slides. Use with odd nu…
92 …s to more than 1 initializes grid mode. Use slidesPerRow to set how many slides should be in each …
94 slidesPerRow | int | 1 | With grid mode intialized via the rows option, this sets how many slides a…
95 slidesToShow | int | 1 | # of slides to show at a time
96 slidesToScroll | int | 1 | # of slides to scroll at a time
101 touchThreshold | int | 5 | To advance slides, the user must swipe a length of (1/touchThreshold) * …
108 zIndex | number | 1000 | Set the zIndex values for slides, useful for IE9 and lower
177 slickFilter | filter : selector or function | Filters slides using jQuery .filter syntax
/plugin/revealjs/
Dchangelog.md16 …ndling: Since slides are indicated by headers you are relative inflexible regarding the header lev…
17 …al slide. Levels below starting a vertical (nested) slide - no effect on slides, which are indicat…
18 …rge_vertical_slide_headers: Increase headers on slides below horizontal_slide_level - no effect on…
20 …- `---->` opens a new slide with default transition in default speed (open previous slides will be…
30 …- `---->>` opens a new slide container for vertical (nested) slides and a new slide with the given…
61 - Improved DokuWiki text formatting on the slides:
DREADME.md138 …al slide. Levels below starting a vertical (nested) slide - no effect on slides, which are indicat…
148 Enlarge headers on slides below horizontal_slide_level - no effect on slides, which are indicated b…
168 Base size of the slides in pixels - slides will bee zoomed to fit in the available space
268 - `---->` opens a new slide with the default transition in the default speed (open previous slides
278 - `---->>` opens a new slide container for vertical (nested) slides and a new slide with the given …
/plugin/revealjs/css/print/
Dpdf.css61 .reveal .slides {
79 .reveal .slides .pdf-page {
87 .reveal .slides section {
Dpaper.css116 .reveal .slides {
142 .reveal .slides section {
176 .reveal .slides section.stack {
/plugin/twcheckliste/
Drenderer.php.old74 <script src="'.$this->base.'default/slides.js" type="text/javascript"></script>
98 * This is what creates new slides
126 * Top-Level Sections are slides
/plugin/revealjs/plugin/markdown/
Dexample.md36 ![External Image](https://s3.amazonaws.com/static.slid.es/logo/v2/slides-symbol-512x512.png)
/plugin/s5/ui/blue/
Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/pixel/
Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/yatil/
Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/i18n/
Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/s5/ui/flower/
Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
Dprint.css1 /* The next rule is necessary to have all slides appear in print! DO NOT REMOVE IT! */
/plugin/s5reloaded/ui/thesis/
Dslides.css3 @import url(pretty.css); /* stuff that makes the slides look better than blah */
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DSlides.php76 $this->serviceName = 'slides';

12