/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/ampcontext-creative-json.html
25 строк
635 B
Caroline Liu
Apply bulk transform to html tags (#34836)
15 июн 2021, 21:07
Не верифицирован
15 июн 2021, 21:07
3ace35c
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <style> body { background: lightblue; } </style> <script src="https://localhost:8000/examples/ac-creative.js"></script> </head> <body> Test Ad using ampcontext.js to create window.context <button onclick="toggleObserveIntersection()"> Toggle Observe Intersections </button> <button onclick="toggleObserveVisibility()"> Toggle Observe visibility </button> <button onclick="resizeAd()">resize ad</button> <button onclick="console.log(window.context)"> console.log(window.context) </button> </body> </html>