Skip to content

Latest commit

 

History

History

examples

Examples

This folder contains examples you can use as a reference for writing your own slides. Sometimes, these examples can be out-of-sync with the latest kittik implementation, but I’m trying to run these as well from time to time to check that everything is working. If something didn’t work out for you, please open an issue and I will assist you with everything I can.

All shapes in kittik

Source Demo
Link all-shapes.ts

Animate a shape

Source Demo
Link animation.ts

How it could look like in a real world scenario

Source Demo
Link demo.ts

Create a deck with several slides

Source Demo
Link few-slides.ts

Draw an ASCII art in the slide

Source Demo
Link figlet.ts

Hello, World in Kittik

Source Demo
Link hello-world.ts

Customize options for shape or animations

Source Demo
Link shape-options.ts

Create shapes or animations once and reuse it across deck

Source Demo
Link shared.ts