Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width" />
  <title>fadeOutEffect</title>
  <link rel="stylesheet" href="style.css" />
</head>
<body>
  <div id="target" align="center">
   Click on the button to activate fadeOutEffect()
  </div>
  <input type="button" onclick="fadeOutEffect()" value="fadeOutEffect">
  <script src="script.js"></script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
Black3800pro
0viewers