Advertisement
sanjiisan

Untitled

Jun 13th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. document.addEventListener("DOMContentLoaded", function () {
  2. var title = document.querySelector('.title');
  3.  
  4. function getDataAnimation(element) {
  5. var animation = element.getAttribute('data-animation');
  6.  
  7. console.log(animation);
  8. }
  9.  
  10.  
  11. getDataAnimation(title);
  12.  
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement