amp-anim
Description
Manages an animated image, typically a GIF.
Required Scripts
<script async custom-element="amp-anim" src="https://cdn.ampproject.org/v0/amp-anim-0.1.js"></script>
Supported Layouts
예제
Usage
The amp-anim
component displays a GIF animation with optimized CPU management.
The amp-anim
component lets the AMP framework reduce the resources it spends
on the animation when it's off-screen. Otherwise, the behavior of amp-anim
is
identical to amp-img
. You
can implement a placeholder
element to further optimize amp-anim
.
<amp-anim width="400" height="300" src="my-gif.gif"> <amp-img placeholder width="400" height="300" src="my-gif-screencap.jpg"> </amp-img> </amp-anim>
Attributes
src
Specifies the URL for a GIF image.
srcset
Specifies the image URL to use in different circumstances. Operates the same as
the srcset
attribute
on the img
tag.
alt
Provides a string of alternate text for accessibility purposes. Operates the
same as the alt
attribute on
the img
tag.
attribution
Indicates the attribution of the image. For example, attribution="CC courtesy of Cats on Flicker"
.
width
and height
Provides the explicit size of the image.
Common attributes
amp-anim
includes the
common attributes
extended to AMP components.
Styling
You can directly style amp-anim
with CSS properties. The following example sets
a grey background placeholder:
<style amp-custom> .amp-anim { background-color: grey; } </style>
Validation
See amp-anim
rules
in the AMP validator specification.
이 문서를 수십 번 읽었음에도 여전히 궁금한 점이 남아 있나요? 다른 개발자들도 같은 심정일지 모릅니다. Stack Overflow에서 소통해 보세요.
Stack Overflow로 이동 버그나 누락된 기능을 발견하셨나요?AMP 프로젝트는 여러분의 참여와 기여를 적극 환영합니다! 오픈 소스 커뮤니티를 통해 지속적으로 활동해 주셔도 좋지만 관심 있는 주제에 한 번만 기여하셔도 큰 도움이 됩니다.
GitHub로 이동하기