<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>input animation</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\Asmat\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.box input{
width:100%;
height:100%;
padding-top:20px;
border:none;
outline:none;
}

.box label{
position:absolute;
left:0%;
bottom:0px;
width:100%;
height:100%;
pointer-events:none;
color:gray;
border-bottom:1px solid gray;
}

.box label::after{
   content:&quot;&quot;;
   left:0px;
   bottom:-1px;
   position:absolute;
   height:100%;
   width:100%;
   border-bottom:3px solid #6994b7;
   transform:translateX(-100%);
   transition:transform 0.3s ease;
}

.content-name{
   position:absolute;
   bottom:5px;
   left:0px;
   transition: all 0.3s ease;
}

.box input:focus + .label-name .content-name,
.box input:valid + .label-name .content-name{
  transform:translateY(-150%);
  font-size:14px;
  color:#56a4d8;
}

.box input:focus + .label-name::after,
.box input:valid + .label-name::after{
  transform:translateX(0%);
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>177px</left>
							<top>80px</top>
							<width>300px</width>
							<height>60px</height>
							<style>background-color:#fff</style>
							<css_class>box</css_class>
							<html>&lt;input type=&quot;text&quot; name=&quot;name&quot; required ng-model=&quot;$root.name&quot; /&gt;

&lt;label for=&quot;name&quot; class=&quot;label-name&quot;&gt;
     &lt;span class=&quot;content-name&quot;&gt;Name&lt;/span&gt;
&lt;/label&gt;</html>
						</Container>
						<Container id="Container2">
							<left>177px</left>
							<top>192px</top>
							<width>300px</width>
							<height>60px</height>
							<style>background-color:#fff;overflow-y:visible</style>
							<css_class>box</css_class>
							<html>&lt;input type=&quot;text&quot; name=&quot;name&quot; required ng-model=&quot;$root.lastname&quot; /&gt;

&lt;label for=&quot;name&quot; class=&quot;label-name&quot;&gt;
     &lt;span class=&quot;content-name&quot;&gt;LastName&lt;/span&gt;
&lt;/label&gt;</html>
						</Container>
						<PushButton id="PushButton1">
							<left>240px</left>
							<top>328px</top>
							<width>161px</width>
							<height>44px</height>
							<caption>Login</caption>
							<kind>primary</kind>
						</PushButton>
						<Container id="Container3">
							<left>20px</left>
							<top>440px</top>
							<width>400px</width>
							<height>30px</height>
							<style>background-color:#fff</style>
							<html>Info: [name] - [lastname]</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
