Skip to content

Forked: πŸŽžπŸŽ€ Literally another slide making thingie.

License

Notifications You must be signed in to change notification settings

noru/literally

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

67 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

This repo is forked from the awesome and mighty Meownica, for detail usage please go to Original Repo.

This fork added 2 thingie:

  1. Press F to toggle a spotlight, and D to expand, G to shrink the circle.

  1. Elements within <a-slide> now have a step attribute. Every child with a step attribute is invisible by default, and ordered by its step value. Press . to show the next element, and , to hide the last shown one.

Example:

<div step="1">Show first</div>
<div step="3">Show last</div>
<div step="2">Show second</div>
<div step="2">Also the second</div>

<!-- or -->
<div step>Empty value go first</div>
<div step="3">Then numbers, after 2</div>
<div step="2">Then numbers, before 3</div>
<div step="string">String value comes the last</div>

About

Forked: πŸŽžπŸŽ€ Literally another slide making thingie.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.7%
  • CSS 20.4%
  • Shell 6.9%