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

[motion-1] Invalid value syntax for 'offset' property #406

Closed
pyoor opened this issue Oct 2, 2020 · 0 comments
Closed

[motion-1] Invalid value syntax for 'offset' property #406

pyoor opened this issue Oct 2, 2020 · 0 comments

Comments

@pyoor
Copy link

pyoor commented Oct 2, 2020

The value definition for the offset property is invalid. It is missing the appropriate property identifiers. The following should be changed:

Value: [ 'offset-position'? [ 'offset-path' [ 'offset-distance' || 'offset-rotate' ]? ]? ]! <br> [ / 'offset-anchor' ]?

Correct value definition:
[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?

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

No branches or pull requests

1 participant