Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.97 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.97 KB

gitpitch-transitions

Showcase for eventual bug with gitpitch slide transitions

Status: Bug solved!

See claryfying comment/issue: gitpitch/gitpitch#206 (comment)

View working version here: https://gitpitch.com/ElpyDE/gitpitch-transitions/master

View non-working version here: https://gitpitch.com/ElpyDE/gitpitch-transitions/bug-exists
and here: View working version here: https://gitpitch.com/ElpyDE/gitpitch-transitions/non-default

Description

This very basic GitPitch presentation showcases a bug I found today (2018-08-11):

  • The PITCHME.yaml file defines the default transition to be transition:fade
  • 🆗 Slides with no specific @transition shortcut use the default,
    e.g. slides ZERO, ONE, FIVE, SEVEN, NINE
  • 🆗 Slides with a single @transition[transition-type] use this for their slide-in and slide-out transition as expected,
    e.g. slides TWO, SIX
  • ❌ Slides with distinct slide-in and slide-out transitions like @transition[transition-type transition-type] use the default for both which is not what I would expect from the docs,
    e.g. slides THREE, FOUR, EIGHT

GitPitch docs