WebStory Engine 2015.11.1
jsteinbeck
released this
06 Nov 12:47
·
119 commits
to develop
since this release
This release adds some new features:
- WebStory code can now be embedded in the HTML so that the engine works without a server on local file systems. Take a look at the
xml_embedded
test for an example of this. - The loading screen can now be customized by adding a
<loadingScreen>
element to the<settings>
section. It can contain an HTML template snippet with these variables:{$all}
,{$loaded}
,{$remaining}
and{$progress}