Sha256: 0cf3ee28e2fcde8197a73c2bdd9b2beca8fdd45ea64e1043787a593fedae5fd2

Contents?: true

Size: 574 Bytes

Versions: 2

Compression:

Stored size: 574 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<mx:ViewStack xmlns:mx="http://www.adobe.com/2006/mxml" resizeToContent="true" width="100%" height="100%" hideEffect="hideViewStack" showEffect="showViewStack">
	<mx:transitions>
      <mx:Transition >
          <mx:Parallel id="hideViewStack"  >
            <mx:WipeDown duration="800"/>
        </mx:Parallel>
      </mx:Transition>
      <mx:Transition >
        <mx:Parallel id="showViewStack">
            <mx:WipeUp duration="800"/>
        </mx:Parallel>
      </mx:Transition>
	</mx:transitions>
</mx:ViewStack>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fabricator-0.0.1 app_generators/pureapp/templates/shell/view/components/modules_container.mxml
fabricator-0.0.5 app_generators/pureapp/templates/shell/view/components/modules_container.mxml