Exemple #1
0
        public void PlayIntro()
        {
            const double length = 3150;
            const double fade   = 200;

            logoHoverContainer.FadeOut().Delay(length).FadeIn(fade);
            intro.Show();
            intro.Start(length);
            intro.Delay(length + fade).FadeOut();
        }