Skip to content

Showcase for eventual bug with gitpitch slide transitions

Notifications You must be signed in to change notification settings

ElpyDE/gitpitch-transitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Showcase for eventual bug with gitpitch slide transitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published