top of page
Search

Programming language design obey human mandset

  • Writer: Wang Sibo
    Wang Sibo
  • Oct 8, 2019
  • 1 min read

For example, to control the movement of "div" element. You need two thing:


1 define the element (catch by 'id')

2 define the movement pattern ( in the script, define speed)

 
 
 

Comments


bottom of page