- From: Kenneth Rohde Christiansen <notifications@github.com>
- Date: Mon, 24 Oct 2016 04:29:52 -0700
- To: w3c/manifest <manifest@noreply.github.com>
Received on Monday, 24 October 2016 11:30:51 UTC
kenchris commented on this pull request.
> + from {
+ opacity: 0;
+ }
+ to {
+ opacity: 1;
+ }
+}
+
+#installprompt {
+ animation: fadein 2s;
+ width: 10cm;
+ padding: 1cm;
+}
+</style>
+<button onclick="notifyBeforeInstallPrompt(this)">
+ Simulate install BIP
Why not write out BIP here
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/506#pullrequestreview-5429527
Received on Monday, 24 October 2016 11:30:51 UTC