Some Slide

Testing filter by changing documentation file

Slide w/ image

img

Slide w/ text and background image

  • Topic 1

  • Topic 2

  • Topic 3

Matched element will be animated automatically!

Matched element will be animated automatically!

And move to the right position!

⬆️
⬆️
⬆️

let planets = [
  { name: 'mars', diameter: 6779 },
]
let planets = [
  { name: 'mars', diameter: 6779 },
  { name: 'earth', diameter: 12742 },
  { name: 'jupiter', diameter: 139820 }
]
let circumferenceReducer = ( c, planet ) => {
  return c + planet.diameter * Math.PI;
}

let planets = [
  { name: 'mars', diameter: 6779 },
  { name: 'earth', diameter: 12742 },
  { name: 'jupiter', diameter: 139820 }
]

let c = planets.reduce( circumferenceReducer, 0 )

Unmatched

Introduction. (matched)

Unmatched

Introduction. (matched)

This will be shown instantly ⚡ (unmatched)

Duration

This animation…​

Duration

This animation…​

…​will take 5 seconds! ⌚