Asked by:
Parallax Effect

Question
-
I'd like to implement a parallax effect like one available on Start screen, tried several web solutions sites but none gives a real smooth scrolling effect (need to offset a background image)
Anyone has one that works fine on Metro apps?
Corrado Cavalli [Microsoft .NET MVP-MCP]
UGIdotNET - http://www.ugidotnet.org
Weblog: http://blogs.ugidotnet.org/corrado/
Twitter: http://twitter.com/corcavThursday, July 26, 2012 1:56 PM
All replies
-
Did you try this?
http://www.silverlightplayground.org/post/2012/05/19/Metro-Implement-a-parallactic-scrolling-for-your-GridView.aspx
Zubair Ahmed | zubairahmed.net | MetroRssReader.codeplex.com | facebook.com/zubair.ahmed.public
- Proposed as answer by Zubair Thursday, July 26, 2012 2:16 PM
Thursday, July 26, 2012 2:16 PM -
Saw it together with others XAML solutions (there's one on CodePlex also) but I need a HTML counterpart, as said, found many but none satisfied me in terms of scrolling smootness.
Corrado Cavalli [Microsoft .NET MVP-MCP]
UGIdotNET - http://www.ugidotnet.org
Weblog: http://blogs.ugidotnet.org/corrado/
Twitter: http://twitter.com/corcavThursday, July 26, 2012 2:34 PM -
can't you just change the css image properties of the listviews background image when its scrolled?Tuesday, July 31, 2012 8:33 AM
-
That's what i tried, it works but final result is not smooth as Start page.
Corrado Cavalli [Microsoft .NET MVP-MCP]
UGIdotNET - http://www.ugidotnet.org
Weblog: http://blogs.ugidotnet.org/corrado/
Twitter: http://twitter.com/corcavFriday, August 3, 2012 1:35 PM -
hmm... would love to get this working too. Did you use css transitions or change the css yourself directly?Friday, August 3, 2012 2:09 PM