\documentclass[border=5mm]{standalone} \usepackage{animate} \usepackage{pst-spirograph} \addtopsstyle{gridstyle}{gridlabels=0pt} \begin{document} \begin{animateinline}[ width=0.9\linewidth, begin={\begin{pspicture}[showgrid](-3,-3)(3,3)\psframe*[linecolor=yellow,opacity=0.4](-3,-3)(3,3)}, end={\end{pspicture}}, palindrome,controls, % autoplay ]{5} \multiframe{180}{iA=0+4}{% \psSpirograph[thetamax=\iA,Z1=41,Z2=13,m=0.1,ap=10,,curvewidth=1.1pt,holenumber=3, linewidth=0.025,fillstyle=solid,polarangle=\iA,opacity=0.5](0,0)} \end{animateinline} \end{document}