forked from tweenjs/tween.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtween.js.iws
98 lines (98 loc) · 4.92 KB
/
tween.js.iws
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="37437cd1-7fe9-4f02-84d4-72b90b06dcd2" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/src/easing/Back.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Bounce.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Circular.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Cubic.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Elastic.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Exponential.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Linear.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Quadratic.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Quartic.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Quintic.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/easing/Sinusoidal.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/interpolation/Bezier.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/interpolation/CatmullRom.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/interpolation/Linear.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/interpolation/Utils.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/polyfill.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/Tween.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/Tween.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/tween.js.iml" beforeDir="false" afterPath="$PROJECT_DIR$/tween.js.iml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/tween.js.ipr" beforeDir="false" afterPath="$PROJECT_DIR$/tween.js.ipr" afterDir="false" />
<change beforePath="$PROJECT_DIR$/tween.js.iws" beforeDir="false" afterPath="$PROJECT_DIR$/tween.js.iws" afterDir="false" />
</list>
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="JsFlowSettings">
<service-enabled>true</service-enabled>
<exe-path />
<other-services-enabled>true</other-services-enabled>
<auto-save>true</auto-save>
</component>
<component name="ProjectId" id="1XTyh6P8FhpvzXHChPtw6Q0awFs" />
<component name="PropertiesComponent">
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="project.structure.last.edited" value="Modules" />
<property name="project.structure.proportion" value="0.0" />
<property name="project.structure.side.proportion" value="0.0" />
<property name="settings.editor.selected.configurable" value="Settings.JavaScript" />
</component>
<component name="RunDashboard">
<option name="ruleStates">
<list>
<RuleState>
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
</RuleState>
<RuleState>
<option name="name" value="StatusDashboardGroupingRule" />
</RuleState>
</list>
</option>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="37437cd1-7fe9-4f02-84d4-72b90b06dcd2" name="Default Changelist" comment="" />
<created>1581084494076</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1581084494076</updated>
<workItem from="1581084496474" duration="5298000" />
<workItem from="1581683309221" duration="299000" />
<workItem from="1581683718533" duration="142000" />
<workItem from="1582012570087" duration="71000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State>
<option name="COLUMN_ORDER" />
</State>
</value>
</entry>
</map>
</option>
</component>
</project>