首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏云开发小程序1

    每日分享html特效篇之五个加载页面特效和五个导航按钮特效

    /* 弹性布局 水平、垂直居中 */ display: flex; justify-content: center; align-items: center; } .share-button :hover{ /* 放大1.1倍 */ transform: scale(1.1); } .share-button span{ position: absolute; a:nth-of-type(1){ transition-delay: 1s; } .share-button a:nth-of-type(2){ transition-delay: 0.8s; } .share-button a:nth-of-type(3){ transition-delay: 0.6s; } .share-button a:nth-of-type(4){ transition-delay: 0.4s; } </style> </head> <body>

    <span

    9.5K20编辑于 2022-11-20
  • 来自专栏Super 前端

    facebook分享(含图片)

    developers.facebook.com/docs/plugins/embedded-posts 分享按钮:https://developers.facebook.com/docs/plugins/share-button

    2.6K31发布于 2019-08-15
  • 来自专栏全栈程序员必看

    微信小程序入门文档下载_小程序开发教程全集免费

    wx.canIUse(‘button.open-type.share’) } }) <button wx:if=”{{canIUse}}” open-type=”share”> 分享给好友</button> <share-button wx:else></share-button> data:{ canIUse: wx.canIUse(‘button.open-type.share’), } 客服 <contact-button

    12.3K30编辑于 2022-09-20
  • 来自专栏前端自习课

    【JS】1675- 4 个容易被忽略的 JavaScript API

    /yoshi.mp4" />

    <button type="button" id="<em>share-button</em>">Share const shareButton = document.querySelector("#share-button"); const shareQuote = async (shareData) => const shareButton = document.querySelector("#share-button"); const shareQuote = async (shareData) =>

    89120编辑于 2023-09-01
  • 来自专栏前端F2E

    你不知道的JavaScript APIs

    /yoshi.mp4" />

    <button type="button" id="<em>share-button</em>">Share const shareButton = document.querySelector("#share-button"); const shareQuote = async (shareData) => const shareButton = document.querySelector("#share-button"); const shareQuote = async (shareData) =>

    1.3K20编辑于 2022-11-28
  • 来自专栏Tz一号

    只会Vue怎么开发小程序?Vue和微信小程序的到底有哪些区别?

    父组件传入变量控制子组件样式 3.在父组件样式中,在子组件类名前面加上父组件类名 <view class='share-button-container' bindtap='handleShareBtn'> <share-button

    2.1K10发布于 2020-09-10
  • 来自专栏程序技术知识

    vue和微信小程序的区别

    父组件传入变量控制子组件样式 3.在父组件样式中,在子组件类名前面加上父组件类名 <view class='share-button-container' bindtap='handleShareBtn'> <share-button

    1.7K10编辑于 2022-02-22
  • 来自专栏测试人生

    腾讯出品小程序自动化测试框架【Minium】系列(四)API详解(上)

    packageAPI/pages/api/jump/jump', 'packageAPI/pages/api/share/share', 'packageAPI/pages/api/share-button /share-button', 'packageAPI/pages/api/custom-message/custom-message', 'packageAPI/pages/api/

    83920编辑于 2023-02-24
  • 来自专栏九旬大爷

    # 学会这些 Web API 使你的开发效率翻倍

    Web Share API(分享) 以下是一个简单的Web Share API例子: // 获取分享按钮元素 const shareButton = document.querySelector('#share-button ; } } catch (error) { // 处理异常情况 console.error('分享失败:', error); } }); 这个例子假设页面中有一个id为share-button

    1.8K20编辑于 2023-10-19
领券