Skip to main content

Microsoft Silverlight

Answered Question image wipe effectRSS Feed

(0)

nmarun
nmarun

Member

Member

113 points

33 Posts

image wipe effect

Hi,

Here's a flash effect that I want to create in Silverlight. Please guide:
http://flash-effects.com/create-wipe-transition-effect/

Thanks
Arun

rozzeee
rozzeee

Member

Member

36 points

3 Posts

Answered Question

Re: image wipe effect

 I would create a class that extends canvas that would use a loop to build all of those images or rectangles on the screen.

 

  Then I would set the visibility to collapsed for each to collapsed one-by-one, or remove them from the canvas.

 

 Add this as a child to whatever canvas you want to overlay and then call the function that would remove each section piece by piece

 

For the timed removal of each piece you would want to look at the DispatcherTimer class

 

hope I helped

-----
Silverlight Developer
Remember to mark any answers!

nmarun
nmarun

Member

Member

113 points

33 Posts

Re: Re: image wipe effect

I solved it in another way. I placed multiple rectangles with opacity of 0.7 over the image and changed their dimensions in the storyboard.

I will definitely look into the DispatcherTimer class.

I know your post did not actually solve my issue, but I'll still accept your's to be the answer.

Thanks
Arun

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities