Last active
May 2, 2025 01:40
-
-
Save KennethOdoh/01186e20f4abc0dade9476b8c264b15d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Effect | Description | Syntax Example | |
---|---|---|---|
Scaling | Magnifies or reduces the size of an element by a given factor. | scale-by="3": Triples the size of a sticky. | |
Panning | Moves the view to a specified section of the sticky (e.g., top-left corner). | pan-to="-30px,30px": Pans 30 pixels left and 30 pixels down. | |
Zooming | Enlarges a specific portion of the content to focus the reader’s attention. | zoom-to="3": Zooms into line 3. | |
Highlighting | Visually emphasizes a span of text or a line by changing its style or color. | highlight="2-3": Highlights lines 2 to 3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment