Test Presentation

Text

Red and blue

Background

Border: 3px dashed

Custom CSS

Vertical Slides

Vertical Slides

#2

Vertical Slides

#3

Image

Shape

Iframe

Code

SL( 'components' ).Kudos = (function(){

	// A hash of deck_id:kudos_count
	var cache = {};

	// Flag set while interacting with server
	var busy = false;

	function initialize() {

		// Cache initial kudos values
		$( '[data-kudos-value][data-kudos-id]' ).each( function( i, el ) {

			var id = el.getAttribute( 'data-kudos-id' );

			if( id && !cache[id] ) {
				cache[id] = el.getAttribute( 'data-kudos-value' );
			}

		}.bind( this ) );

		// Bind kudos triggers
		$( '.kudos-trigger[data-kudos-id]' ).on( 'click', function( event ) {

			var el = event.currentTarget;

			if( el.getAttribute( 'data-kudoed-by-user' ) === 'true' ) {
				unkudo( el.getAttribute( 'data-kudos-id' ) );
			}
			else {
				kudo( el.getAttribute( 'data-kudos-id' ) );
			}

		}.bind( this ) );

	}
});
f(x) = \int_{-\infty}^\infty \hat f
f(x) = \int_{-\infty}^\infty \hat f

Foreground:

Foreground + background:

f(x) = \int_{-\infty}^\infty \hat f
f(x) = \int_{-\infty}^\infty \hat f

Opacity:

Border

Math

Background Color

Dark grey

Background Color

Yellow

Background Image

Fragments

1

2

2

3

4

4

4

Made with Slides.com