Skip to content

GPdreaming/animate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

用js的dom操作实现元素的运动

元素的匀速运动

  • top、left、right、bottom (定位属性控制元素运动:上、左、右、下)
  • margin-top、margin-left、margin-right、margin-bottom (外边距控制元素运动)
  • width、height(元素的宽和高)
  • opacity(元素的透明度)
  • scrollTop、scrollLeft、scrollRight、scrollBottom(元素的滚动)

About

JS DOM operation to create motion function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors