LoginSignup
0
0

More than 1 year has passed since last update.

Powerdotでのアニメーション(オーバーレイ)

Posted at

自分用のメモです。

1. 連続して現れる: \pause

最初はabcのみ表示、次にdefが表示される。

abc
\pause
def

2. 現れる順番などを指定: \onslide

sample1: 最初はpowerが現れ、次はdotが現れる。powerの文字は消え、そこは空きスペース。

\onslide{1}{power}\onslide{2}{dot}

sample2: 最初はpowerのみが現れ、次はpowerdotが現れる。

\onslide{1,2}{power}\onslide{2}{dot}

3. 色で強調: \onslide+

最初はpowerが強調、次はdotが強調される。

\onslide+{1}{power}\onslide+{2}{dot}

4. スペースを空けずに現れる: \onslide*

sample1: 最初はpowerが現れ、次はpowerのあった位置にdotが現れる。

\onslide*{1}{power}\onslide*{2}{dot}
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0