Forgot password?
 Create new account
View 319|Reply 2

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

[Copy link]

3147

Threads

8493

Posts

610K

Credits

Credits
66163
QQ

Show all posts

hbghlyj Posted at 2022-1-12 04:13:45 |Read mode
Last edited by hbghlyj at 2024-3-2 20:42:00zhuanlan.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

701

Threads

110K

Posts

910K

Credits

Credits
94177
QQ

Show all posts

kuing Posted at 2022-1-12 14:51:15
tikz 牛比

Comment

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

手机版Mobile version|Leisure Math Forum

2025-4-20 22:20 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list