所以我想實現的是,如果沒有人移動鼠標或點擊或觸摸(基本上是在網站上沒有活動)時間(5分鐘)以文本動畫開始,但文本應該每15秒循環一次,直到有人再次在網站上開始討論。 ,我有這個功能至今工作於一些點 $(function(){
var idleTimer;
var idleInterval;
function resetTimer(){
cl
這是我的代碼: import React, { Component } from 'react'
import uuid from 'uuid'
import styles from './table.css'
import Element from '../Element'
class Table extends Component {