-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from GoogleChromeLabs/createWorklet
Add examples of using createWorklet
- Loading branch information
Showing
12 changed files
with
190 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<div class="demo__controls-section"> | ||
<fencedframe id="ad-slot" mode="opaque-ads"></fencedframe> | ||
<div class="demo__controls"> | ||
<h5>Demo control</h5> | ||
<div class="demo__buttons-container"> | ||
<button | ||
class="mdl-button mdl-js-button mdl-button--raised demo__button" | ||
onclick="setRotationMode('sequential')" | ||
> | ||
Set rotation mode to <br />"Sequential" | ||
</button> | ||
<button | ||
class="mdl-button mdl-js-button mdl-button--raised demo__button" | ||
onclick="setRotationMode('even-distribution')" | ||
> | ||
Set rotation mode to <br />"Even distribution"<br />(~33% / ~33% / ~33%) | ||
</button> | ||
<button | ||
class="mdl-button mdl-js-button mdl-button--raised demo__button" | ||
onclick="setRotationMode('weighted-distribution')" | ||
> | ||
Set rotation mode to <br />"Weighted distribution"<br />(70% / 20% / 10%) | ||
</button> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 0 additions & 69 deletions
69
sites/content-producer/url-selection/creative-rotation.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.