I've written this simple application, consisting of a panorama page and an empty page linked together through a static list, to test this issue. The test was navigating 10 times from the main panorama page to the empty page by tapping on one of the list item and pressing back immediately after and test this with the visual studio marketplace test kit. Here are my results related to the memory consumption:
- with no transitions enabled: 62.09 MB
- with only transition in enabled: 54.17 MB
- with only transition out enabled: 54.22 MB
- with both transitions enabled: 83.76 MB
Is this a real problem or am I misusing the transitions somehow?
- with no transitions enabled: 62.09 MB
- with only transition in enabled: 54.17 MB
- with only transition out enabled: 54.22 MB
- with both transitions enabled: 83.76 MB
Is this a real problem or am I misusing the transitions somehow?