Skip to content

Commit

Permalink
[Buttons, Page Control, Typography] Removed video demos (#1387)
Browse files Browse the repository at this point in the history
* removed link to videos

* deleted videos
  • Loading branch information
randallli authored and samnm committed May 5, 2017
1 parent b30161d commit d7cf799
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions components/Buttons/README.md
Expand Up @@ -9,15 +9,9 @@ path: /catalog/buttons/

# Buttons

<!--{% if site.link_to_site == "true" %}-->
<div class="article__asset article__asset--screenshot">
<img src="docs/assets/buttons.png" alt="Buttons" width="375">
</div>
<!--{% else %}
<div class="article__asset article__asset--screenshot" markdown="1">
<video src="docs/assets/buttons.mp4" autoplay loop></video>
</div>
{% endif %}-->

Buttons is a collection of Material Design buttons, including a flat button, a raised button and a
floating action button.
Expand Down
Binary file removed components/Buttons/docs/assets/buttons.mp4
Binary file not shown.
6 changes: 0 additions & 6 deletions components/PageControl/README.md
Expand Up @@ -8,15 +8,9 @@ path: /catalog/page-controls/

# Page Control

<!--{% if site.link_to_site == "true" %}-->
<div class="article__asset article__asset--screenshot">
<img src="docs/assets/page_control.png" alt="Page Control" width="375">
</div>
<!--{% else %}
<div class="article__asset article__asset--screenshot" markdown="1">
<video src="docs/assets/page_control.mp4" autoplay loop></video>
</div>
{% endif %}-->

This control is designed to be a drop-in replacement for `UIPageControl`, with a user experience
influenced by Material Design specifications for animation and layout. The API methods are the
Expand Down
Binary file removed components/PageControl/docs/assets/page_control.mp4
Binary file not shown.
6 changes: 0 additions & 6 deletions components/Typography/README.md
Expand Up @@ -9,15 +9,9 @@ path: /catalog/typography/

# Typography

<!--{% if site.link_to_site == "true" %}-->
<div class="article__asset article__asset--screenshot">
<img src="docs/assets/typography.png" alt="Typography" width="375">
</div>
<!--{% else %}
<div class="article__asset article__asset--screenshot" markdown="1">
<video src="docs/assets/typography.mp4" autoplay loop></video>
</div>
{% endif %}-->

The Typography component provides methods for displaying text using the type sizes and opacities
from the Material Design specifications.
Expand Down
Binary file removed components/Typography/docs/assets/typography.mp4
Binary file not shown.

0 comments on commit d7cf799

Please sign in to comment.