summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-spirograph/animation/anim3.tex
blob: 2d980587c88de3413b014e2330d5e334b6b66cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass[border=5mm]{standalone}
\usepackage{animate}
\usepackage{pst-spirograph}

\begin{document}

\begin{animateinline}[
  width=0.9\linewidth,
  begin={\begin{pspicture}(-4,-4)(4,4)},
  end={\end{pspicture}},
  palindrome,controls,
%  autoplay
]{5}
\multiframe{72}{rA=0.001+20.000}{%
  \psSpirograph[thetamax=\rA,Z1=88,Z2=15,m=0.08,ap=10,curvewidth=1.5pt,holenumber=6,
    linewidth=0.025,fillstyle=solid,polarangle=\rA,opacity=0.5](0,0)}
\end{animateinline}

\end{document}