Files
PHD-Presentation/_extensions/quarto-ext/pointer/_extension.yml
2025-06-08 11:54:47 +02:00

18 lines
432 B
YAML

title: Pointer
author: Posit Software, PBC
version: 0.1.0
quarto-required: ">=1.2.198"
contributes:
revealjs-plugins:
- name: RevealPointer
script: pointer.js
stylesheet: pointer.css
config:
pointer:
key: "q"
alwaysVisible: false
hideDelay: 3000
color: "#202020FF"
scaleFactor: 0.03 # 3% of viewport height
icon: "fa fa-hand-point-up"