Advertisement
pasteNinja

Untitled

Jul 17th, 2017
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function init_Animations() {
  2.     if(typeof anime == 'undefined') {
  3.         console.log('Animations: anime.js not defined.');
  4.         return true;
  5.     }
  6.  
  7.     // Your code goes here
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement