Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 770477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T18:30:24+00:00 2026-05-14T18:30:24+00:00

Any pointers on how would I create one of those (usually yellow) popup animated

  • 0

Any pointers on how would I create one of those (usually yellow) popup animated banners used in web apps (like stackoverflow FAQ)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T18:30:24+00:00Added an answer on May 14, 2026 at 6:30 pm

    I really want to give the answer “use jQuery”, but since this is WPF, I suppose something better would be needed. To start out, I’d define where in your xaml file the bar would live. I’d do it something like this:

    <Window ...>
        <Grid>
            <Grid x:Name="DropDownBar" HorizontalAlignment="Stretch" Height="0">
                <Rectangle Fill="Orange" />
            </Grid>
    
            <!-- rest of your content here -->
        </Grid>
    </Window>
    

    To get that nice animation effect, something like:

    <Window.Resources>
        <Storyboard x:Key="LoadAnimation" Duration="0:0:3">
            <DoubleAnimation Storyboard.TargetName="DropDownBar" Storyboard.TargetProperty="Height" From="0" To="30" />
        </Storyboard>
    </Window.Resources>
    

    And then you just need to trigger it when the page loads:

    <Window.Triggers>
        <EventTrigger RoutedEvent="Window.Loaded">
            <BeginStoryboard Storyboard="{StaticResource LoadAnimation}" />
        </EventTrigger>
    </Window.Triggers>
    

    I typed this up in this box, so there’s bound to be a few typos here and there. But that’s basically how i’d do it. Another alternative is to fix the height, and move the margin from -height to 0.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to create a gallery of images but when one image is
I could not find any pointers on how to create a menubar icon on
I'm looking for any pointers on how to write a rails web app without
Coming from a C# Background I never used any pointers. I'm creating a vector
When should I choose one over the other? Are there any pointers that you
Probably an easy one: Are there any rules of thumb or pointers that could
I would like to remove all the overlays of my map at one point,
Any pointers on how to initiate serial communication with the iphone? Or any other
Does anyone have any pointers to good resources concerning mesh networks? Maybe I'm not
I'm a DB2 newbie, so I'd appreciate even any pointers on where to start

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.