Forgot password
 Register account
View 443|Reply 2

[tikz]地球绕着太阳转、月亮绕着地球转

[Copy link]

3211

Threads

7832

Posts

52

Reputation

Show all posts

hbghlyj posted 2022-1-12 04:13 |Read mode
Last edited by hbghlyj 2024-3-2 20:42zhuanlan.zhihu.com/p/54877220
2019-01-05,PGF/TikZ 发布了 v3.1(ctan.org/ctan-ann/id/mailman.640.1546781639.5 … 14.ctan-ann@ctan.org)增加了生成动画的库(animations)。

  1. \documentclass[tikz, margin=3pt, dvisvgm]{standalone}
  2. \usetikzlibrary{animations}
  3. \begin{document}
  4. \begin{tikzpicture}[
  5.     animate/orbit/.style 2 args = {
  6.     myself:shift = {
  7.     along = {
  8.     (0,0) circle [radius=#1]
  9.     } sloped in #2s/10,
  10.     repeats }} ]
  11.   \node :color = {0s = "orange",
  12.                   2s = "red",
  13.                   4s = "orange",
  14.                   repeats}
  15.                   {Sun};
  16.   \begin{scope}[animate={orbit={2.5cm}{365}}]
  17.   \node {Earth};
  18.   \node [animate={orbit={1cm}{28}}] {Moon};
  19.   \end{scope}
  20.   \useasboundingbox (-3.8,-3.8) (3.8,3.8);
  21. \end{tikzpicture}
  22. \end{document}
Copy the Code

673

Threads

110K

Posts

218

Reputation

Show all posts

kuing posted 2022-1-12 14:51
tikz 牛比

Comment

但如果在 i.upmath.me 中,此动画会在转换时丢失。  posted 2024-11-4 17:27

Quick Reply

Advanced Mode
B Color Image Link Quote Code Smilies
You have to log in before you can reply Login | Register account

$\LaTeX$ formula tutorial

Mobile version

2025-7-20 05:56 GMT+8

Powered by Discuz!

Processed in 0.044459 seconds, 45 queries