\PassOptionsToPackage{dvipsnames}{xcolor}
\documentclass[dvipsnames]{article}
\usepackage[skins]{tcolorbox}
\usepackage{animate}
\providecommand{\actiontext}{Attention}
\newtcolorbox{achtungbox}[1][]{%
enhanced,
colframe=white,
natural height,
colback=black!10,
coltitle=black,
fonttitle=\bfseries\large,
boxrule=0.3mm,arc=0mm,boxsep=0pt,left=2mm,width=\linewidth,
leftrule=13mm,
title={\small{\actiontext}},
attach title to upper={\par\smallskip},
underlay={
\node[inner sep=0pt] (logo) at ([xshift=6mm,yshift=-6mm]frame.north west) {\ifpdf\includegraphics[width=10mm]{warning}\fi};
},
#1
}
\providecommand{\achtung}[1]{
\begin{achtungbox}
#1
\end{achtungbox}
}
\begin{document}
\animategraphics[trim=4.75cm 17cm 3.5cm 4.0cm, poster=last,autoplay=false,autoresume=true,autopause=true,loop=false,controls=true,scale=0.75]{8}{pdstestg-pics}{}{}
\achtung{AAA}
% \newpage
\animategraphics[trim=4.75cm 17cm 3.5cm 4.0cm, poster=last,autoplay=false,autoresume=true,autopause=true,loop=false,controls=true,scale=0.75]{8}{pdstestg-pics}{}{}
\achtung{I would expect the same figure in both animates at the start, but it does not. Sure, this is not the real case, but timeline options enables me to start animatens from different frames, this is currently impossible, seems to me. timeline option is not used here..., wanted to show a special animation at the intro of lectorenotes and later at the chapter.}
\end{document}
Seems to me that I am able to hunt bugs very successfully...
I would expect to see identical figures before starting animation.
Download warning.pdf and pdstestg-pics.pdf at
https://www.dropbox.com/sh/5y5rgralnw1pj8h/AABxTyDrCDUqo80ZtRF_rVTba?dl=0

underlayin theachtungbox, but I can't say why this is causing problems – Feb 14 '16 at 11:05animatepackage (though it is unrelated totcolorbox). I'll have a look into it. – AlexG Feb 15 '16 at 13:02animatev.[2016/02/15]) – AlexG Feb 15 '16 at 13:08