Skip to content

Commit

Permalink
Work around npm preprocess not supporting nested ifdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Apr 3, 2015
1 parent 8e30893 commit 2b654d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -2297,13 +2297,14 @@ <h3 id="animation-effect-speed-control">Animation effect speed control</h3>
This is because the <a>active duration</a> will be updated but the
<a>local time</a> will not.

<!-- @ifdef INCLUDE_GROUPS-->
<!-- We'd like to conditionally exclude the following paragraph based on
INCLUDE_GROUPS but the npm preprocess module doesn't support nested
@ifdefs -->
Furthermore, if other <a>animation effects</a> depend on the
<a>animation effect</a>'s <a>active duration</a>, such as sibling
<a>animation effect</a> in a <a>sequence effect</a>, they
too may jump as a result of setting the <a>animation effect</a>'s <a
lt="animation effect playback rate">playback rate</a>.
<!-- @endif -->

For runtime speed control the <a
lt="animation playback rate">playback rate</a> of the
Expand Down Expand Up @@ -3188,7 +3189,7 @@ <h4 id="relationship-of-group-time-to-child-time">Relationship of group time to

<!-- We'd like to conditionally exclude the following point based on
INCLUDE_ANIMATION_NODE_PLAYBACKRATE but the npm preprocess module
seems to be buggy when you have nested @ifdefs -->
doesn't support nested @ifdefs -->
* Setting the <a lt="animation effect playback rate">playback
rate</a> of a <a>group effect</a> will speed up or slow down all
children.
Expand Down

0 comments on commit 2b654d5

Please sign in to comment.