We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Look at the following NCL code:
<media id="animation" src="../media/animGar_low.mp4" descriptor="screenDesc"> <area id="segDrible" begin="11.5s"/> <area id="segPhoto" begin="41s"/> <area id="segIcon" begin="45s" end="51s"/> </media> <context id="advert"> <media id="reusedAnimation" refer="animation" instance="instSame"> <property name="bounds"/> </media> <link id="lIcon" xconnector="conEx#onBeginStart"> <bind role="onBegin" component="reusedAnimation" interface="segIcon"/> <bind role="start" component="icon"/> </link> </context>
The link lIcon isn't being triggered.
The text was updated successfully, but these errors were encountered:
This problem is bigger than I thought because the context 'advert' wasn't initialized yet. Moved to next milestone.
Sorry, something went wrong.
No branches or pull requests
Look at the following NCL code:
The link lIcon isn't being triggered.
The text was updated successfully, but these errors were encountered: