```tex \documentclass[UTF8,a4paper]{article} \usepackage{xcolor} \usepackage{tikz} \usetikzlibrary{math,calc,intersections,through,angles,arrows.meta,shapes.geometric,shadows,quotes,spy} \usetikzlibrary{animations} % LaTeX and plain TeX \usetikzlibrary[animations] % ConTeXt \begin{document} \tikz [animate ={ object = b, :fill = {0s = "red", 2s = "blue", begin on = click }, object = c, :fill = {0s = "green", 2s = "blue", begin on = click } }] { \scoped [name = a, yshift=1cm] \fill (0,0) rectangle (1.5cm,2mm); \scoped [name = b, yshift=5mm] \fill (0,0) rectangle (1.5cm,2mm); \scoped [name = c, yshift=0mm] \fill (0,0) rectangle (1.5cm,2mm); } \end{document} ``` TikZ & PGF 手册(3.1.3) 手册285页照抄代码,Adobe打开PDF文件不产生动画,不明原因?谢谢!

1 回答1

1
编译方式不对。 参考文章[《[LaTeX 绘图] tikz v3.1 新功能,生成 SVG 格式的动画》](https://zhuanlan.zhihu.com/p/54877220),文章已更新。
  • 非常感谢! – 天津mike 2020-03-26 18:38 回复
  • 多谢啦 – 天津mike 2020-02-20 09:05 回复

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。