In Beamer, \begin{itemize}[<+->] causes items to appear one-by-one. However, item 1 is visible starting from the first slide itself. Is there a way to insert a pause before the first item too?
of course I can manually type
\item<2-> first
\item<3-> second
...
but is there a shortcut way to specify this?

\pausebefore theitemizeenvironment. Would that suffice? – Andrew Stacey Aug 15 '12 at 15:35\item– nvk Aug 15 '12 at 16:50