TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Soumya
NA
1
0
How to Pause and resume an animation without using storyboard?
Dec 18 2009 2:17 AM
Hi,
My Problem: I want to pause and resume an animation, without storyboard.
Code:
pathrect2.BeginAnimation(
FrameworkElement
.OpacityProperty,
new
DoubleAnimation
(1,
TimeSpan
.FromSeconds(dblFadeEffect)));
path.BeginAnimation(
FrameworkElement
.OpacityProperty,
new
DoubleAnimation
(0,
TimeSpan
.FromSeconds(dblFadeEffect)));
Here pathrect2 and path are two path controls and I am basically doing an image slideshow here. I want to built play, pause and resume functionality. I am using a
DispatcherTimer
to provide the sliding duration.
Please help me....
Thanks,
SM
Reply
Answers (
1
)
Challenging Application - Please Help
Pixel level image processing