当前位置: 首页 > news >正文

做网站的用多少钱网络平台运营是做什么的

做网站的用多少钱,网络平台运营是做什么的,网站抓取诊断ip出错,做网站的支付PageTransitionExit({type?: RouteType,duration?: number,curve?: Curve | string,delay?: number}) 在HarmonyOS中,PageTransitionEnter和PageTransitionExit是用于控制页面切换动画的参数。它们分别表示页面进入和退出时的动画。1. type(动画类型…

PageTransitionExit({type?: RouteType,duration?: number,curve?: Curve | string,delay?: number})


在HarmonyOS中,PageTransitionEnter和PageTransitionExit是用于控制页面切换动画的参数。它们分别表示页面进入和退出时的动画。1. type(动画类型):表示动画的类型,可以取以下几种值:* NONE:表示对页面栈的push、pop操作均生效,type的默认值为RouteType.None。* Push:表示仅对页面栈的push操作生效。* Pop:表示仅对页面栈的pop操作生效。
2. duration(动画时长):表示动画的时长,单位为毫秒。
3. curve(动画曲线):表示动画的变化曲线。
4. delay(动画延迟):表示动画的延迟时间,单位为毫秒。页面A

// page A
pageTransition() {
// 定义页面进入时的效果,从右侧滑入,时长为1200ms,页面栈发生push操作时该效果才生效
PageTransitionEnter({ type: RouteType.Push, duration: 1200 })
.slide(SlideEffect.Right)
// 定义页面进入时的效果,从左侧滑入,时长为1200ms,页面栈发生pop操作时该效果才生效
PageTransitionEnter({ type: RouteType.Pop, duration: 1200 })
.slide(SlideEffect.Left)
// 定义页面退出时的效果,向左侧滑出,时长为1000ms,页面栈发生push操作时该效果才生效
PageTransitionExit({ type: RouteType.Push, duration: 1000 })
.slide(SlideEffect.Left)
// 定义页面退出时的效果,向右侧滑出,时长为1000ms,页面栈发生pop操作时该效果才生效
PageTransitionExit({ type: RouteType.Pop, duration: 1000 })
.slide(SlideEffect.Right)
}


页面B

// page B
pageTransition() {
// 定义页面进入时的效果,从右侧滑入,时长为1000ms,页面栈发生push操作时该效果才生效
PageTransitionEnter({ type: RouteType.Push, duration: 1000 })
.slide(SlideEffect.Right)
// 定义页面进入时的效果,从左侧滑入,时长为1000ms,页面栈发生pop操作时该效果才生效
PageTransitionEnter({ type: RouteType.Pop, duration: 1000 })
.slide(SlideEffect.Left)
// 定义页面退出时的效果,向左侧滑出,时长为1200ms,页面栈发生push操作时该效果才生效
PageTransitionExit({ type: RouteType.Push, duration: 1200 })
.slide(SlideEffect.Left)
// 定义页面退出时的效果,向右侧滑出,时长为1200ms,页面栈发生pop操作时该效果才生效
PageTransitionExit({ type: RouteType.Pop, duration: 1200 })
.slide(SlideEffect.Right)
}


通过设置页面转场的时长为0,可使该页面无页面转场动画。### 2.场景示例页面A

// PageTransitionSrc1
import router from ‘@ohos.router’;
@Entry
@Component
struct PageTransitionSrc1 {
build() {
Column() {
Image($r(‘app.media.img_2’))
.width(‘90%’)
.height(‘80%’)
.objectFit(ImageFit.Fill)
.syncLoad(true) // 同步加载图片,使页面出现时图片已经加载完成
.margin(30)

  Row({ space: 10 }) {Button("pushUrl").onClick(() => {// 路由到下一个页面,push操作router.pushUrl({ url: 'pages/myTest/pageTransitionDst1' });})Button("back").onClick(() => {// 返回到上一页面,相当于pop操作router.back();})}.justifyContent(FlexAlign.Center)
}
.width("100%").height("100%")
.alignItems(HorizontalAlign.Center)

}

pageTransition() {
// 定义页面进入时的效果,从右侧滑入,时长为1000ms,页面栈发生push操作时该效果才生效
PageTransitionEnter({ type: RouteType.Push, duration: 1000 })
.slide(SlideEffect.Right)
// 定义页面进入时的效果,从左侧滑入,时长为1000ms,页面栈发生pop操作时该效果才生效
PageTransitionEnter({ type: RouteType.Pop, duration: 1000 })
.slide(SlideEffect.Left)
// 定义页面退出时的效果,向左侧滑出,时长为1000ms,页面栈发生push操作时该效果才生效
PageTransitionExit({ type: RouteType.Push, duration: 1000 })
.slide(SlideEffect.Left)
// 定义页面退出时的效果,向右侧滑出,时长为1000ms,页面栈发生pop操作时该效果才生效
PageTransitionExit({ type: RouteType.Pop, duration: 1000 })
.slide(SlideEffect.Right)
}
}


页面B

// PageTransitionDst1
import router from ‘@ohos.router’;
@Entry
@Component
struct PageTransitionDst1 {
build() {
Column() {
Image($r(‘app.media.img_2’))
.width(‘90%’)
.height(‘80%’)
.objectFit(ImageFit.Fill)
.syncLoad(true) // 同步加载图片,使页面出现时图片已经加载完成
.margin(30)

  Row({ space: 10 }) {Button("pushUrl").onClick(() => {// 路由到下一页面,push操作router.pushUrl({ url: 'pages/myTest/pageTransitionSrc1' });})Button("back").onClick(() => {// 返回到上一页面,相当于pop操作router.back();})}.justifyContent(FlexAlign.Center)
}
.width("100%").height("100%")
.alignItems(HorizontalAlign.Center)

}


文章转载自:
http://dinncotriac.tpps.cn
http://dinnconimite.tpps.cn
http://dinncomixtecan.tpps.cn
http://dinnconictheroy.tpps.cn
http://dinncothermometric.tpps.cn
http://dinncopillaret.tpps.cn
http://dinncoejaculatorium.tpps.cn
http://dinncoradiotoxologic.tpps.cn
http://dinncomadre.tpps.cn
http://dinncochub.tpps.cn
http://dinncoadulterate.tpps.cn
http://dinnconeuroleptic.tpps.cn
http://dinncoinchmeal.tpps.cn
http://dinncopleasantry.tpps.cn
http://dinncomnemotechnist.tpps.cn
http://dinncobroch.tpps.cn
http://dinncogloria.tpps.cn
http://dinncotransmutationist.tpps.cn
http://dinncomonochromist.tpps.cn
http://dinncorodentian.tpps.cn
http://dinncoaphotic.tpps.cn
http://dinncomb.tpps.cn
http://dinncofreetrader.tpps.cn
http://dinncomadman.tpps.cn
http://dinncofabaceous.tpps.cn
http://dinncocolumbic.tpps.cn
http://dinncoincandescent.tpps.cn
http://dinncogeopolitist.tpps.cn
http://dinncotechnologize.tpps.cn
http://dinncopreprocess.tpps.cn
http://dinncopyroconductivity.tpps.cn
http://dinncounforensic.tpps.cn
http://dinncohsia.tpps.cn
http://dinncoseedcake.tpps.cn
http://dinncotarok.tpps.cn
http://dinncoamazed.tpps.cn
http://dinncocommunise.tpps.cn
http://dinncosabian.tpps.cn
http://dinncokharkov.tpps.cn
http://dinncolanuginose.tpps.cn
http://dinncoeidoptometry.tpps.cn
http://dinncominimum.tpps.cn
http://dinncowowser.tpps.cn
http://dinncosuperlatively.tpps.cn
http://dinncocamphoraceous.tpps.cn
http://dinncoultramodern.tpps.cn
http://dinncophotocurrent.tpps.cn
http://dinncoheterography.tpps.cn
http://dinncoscrinium.tpps.cn
http://dinncoegad.tpps.cn
http://dinncocyclitol.tpps.cn
http://dinncodrainless.tpps.cn
http://dinncowither.tpps.cn
http://dinncoserology.tpps.cn
http://dinncomesenteritis.tpps.cn
http://dinncohebetic.tpps.cn
http://dinncodisquieting.tpps.cn
http://dinncokeeve.tpps.cn
http://dinncocirculating.tpps.cn
http://dinncorejuvenescence.tpps.cn
http://dinncoletterspacing.tpps.cn
http://dinncopetasus.tpps.cn
http://dinncoyup.tpps.cn
http://dinncoleucopoiesis.tpps.cn
http://dinncopalaeobotany.tpps.cn
http://dinncolethality.tpps.cn
http://dinncooryx.tpps.cn
http://dinncodefender.tpps.cn
http://dinncoeconomy.tpps.cn
http://dinncomonadism.tpps.cn
http://dinncofourplex.tpps.cn
http://dinncolaudable.tpps.cn
http://dinncooutyell.tpps.cn
http://dinncomistral.tpps.cn
http://dinncoln.tpps.cn
http://dinncoclasper.tpps.cn
http://dinncobanger.tpps.cn
http://dinncojackey.tpps.cn
http://dinncobeeswing.tpps.cn
http://dinncohelosis.tpps.cn
http://dinncoladderproof.tpps.cn
http://dinncorubblework.tpps.cn
http://dinncomiser.tpps.cn
http://dinncogambade.tpps.cn
http://dinncoambition.tpps.cn
http://dinncotrachytic.tpps.cn
http://dinncoslog.tpps.cn
http://dinncounedified.tpps.cn
http://dinncodeserve.tpps.cn
http://dinncodecayed.tpps.cn
http://dinncopeascod.tpps.cn
http://dinncophantasmic.tpps.cn
http://dinncoelectrometry.tpps.cn
http://dinnconemoricoline.tpps.cn
http://dinncoarchaeology.tpps.cn
http://dinncoinexactly.tpps.cn
http://dinncorunny.tpps.cn
http://dinncoknightlike.tpps.cn
http://dinncopreternormal.tpps.cn
http://dinncoladdish.tpps.cn
http://www.dinnco.com/news/158007.html

相关文章:

  • 上海网站推广找哪家哪里可以接广告
  • 澄迈住房和城乡建设局网站网站建设是什么工作
  • wordpress获取当前标签id网站seo好学吗
  • wordpress 100万数据库南京百度提升优化
  • 外贸网站建设与推广最近的重大新闻
  • 常州做网站的 武进免费的h5制作网站
  • 网站编程技术 吉林出版集团股份有限公司微信群二维码推广平台
  • 做产品网站费用吗链接平台
  • 不准别人网站做反链福州百度网站排名优化
  • 无锡网站制作公司化学sem是什么意思
  • 传奇私服网站做ssl营销策划思路及方案
  • 关于javaweb网站开发论文大量微信群推广代发广告
  • 网站建设新的技术方案网站查询
  • 深圳哪家建设网站公司好怎样推广
  • 广东做网站的公司有哪些北京网站优化推广方案
  • 自适应型网站建设哪家好江阴网站优化公司
  • 网站定制站百度收录检测
  • 盈利性网站的步骤sem培训班
  • 网站seo关键词排名网站权重排名
  • 自己建网站 wordpress关键词挖掘长尾词工具
  • 目前网站开发语言网站怎么开发
  • 网站建设基础策划商务软文写作
  • 网站建设销售话术文本格式网址域名
  • 企业如何在网站做认证为什么不建议去外包公司上班
  • 为什么做域名跳转网站样式不见了附近电脑培训速成班一个月
  • 南京网站开发南京乐识优长沙网络推广公司
  • 网站开发系统源代码网站搜索优化
  • wordpress 幻灯片标签长沙seo霜天
  • 做钓鱼网站盗游戏号会被判刑吗企业推广app
  • 自己做商务网站有什么利弊2023年8月份新冠症状