博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[React] Use react-rewards to add microinteractions to React app to reward users for some actions
阅读量:5176 次
发布时间:2019-06-13

本文共 834 字,大约阅读时间需要 2 分钟。

It's important that our users enjoy using our application or website. One way we can make it happen is by adding microinteractions to subtly reward our users for performing certain actions.

In this quick lesson we are going to learn how to use  to add microinteractions (such as rain of confetti or emojis) to a simple React application.

 

Install:

npm i --save react-rewards

 

Wrap a button into Reware component:

{ this.reward = ref; }} type="emoji" config={
{ springAnimation: false, elementCount: 8 }} >

 

Then call:

this.reward.rewardMe();

Whenever the reward is necessary.

 

 

转载于:https://www.cnblogs.com/Answer1215/p/10241331.html

你可能感兴趣的文章
获取国内随机IP的函数
查看>>
(转)matlab练习程序(HOG方向梯度直方图)
查看>>
tableView
查看>>
Happy Great BG-卡精度
查看>>
TCP/IP 邮件的原理
查看>>
原型设计工具
查看>>
windows下的C++ socket服务器(4)
查看>>
css3 2d转换3d转换以及动画的知识点汇总
查看>>
计算机改名导致数据库链接的诡异问题
查看>>
Java8内存模型—永久代(PermGen)和元空间(Metaspace)(转)
查看>>
centos 引导盘
查看>>
Notes of Daily Scrum Meeting(12.8)
查看>>
Apriori算法
查看>>
lr_start_transaction/lr_end_transaction事物组合
查看>>
.NET CLR基本术语
查看>>
ubuntu的home目录下,Desktop等目录消失不见
查看>>
建立,查询二叉树 hdu 5444
查看>>
[Spring框架]Spring 事务管理基础入门总结.
查看>>
2017.3.24上午
查看>>
Python-常用模块及简单的案列
查看>>