Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default method, interpolation and delay properties #43

Open
Ingvord opened this issue Mar 25, 2015 · 0 comments
Open

Add default method, interpolation and delay properties #43

Ingvord opened this issue Mar 25, 2015 · 0 comments

Comments

@Ingvord
Copy link
Contributor

Ingvord commented Mar 25, 2015

Originally reported by: Ingvord (Bitbucket: Ingvord, GitHub: Ingvord)


#!xml

<properties>
    <property name="default.method" value="poll"/>
    <property name="default.interpolation" value="nearest"/>
    <property name="default.delay" value="300"/>
</properties>

<!-- ... -->

<!-- uses default values -->
<attribute name="Position" />

<!-- overrides method; interpolation = default; delay = 0 [it is event] -->
<attribute name="Position1" method="event"/>



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant