Motion Library Loading Test

This page tests if the Motion library loads correctly before motion-utils.js tries to use it.

Test Element

This should fade in and slide up if Motion is working.

Expected Console Output:
Motion library loaded: object
Motion.animate available: function
Checking window.Motion: [object Object]
✅ SUCCESS: Motion library is loaded and available!
✅ Animation applied successfully!
    

Instructions: Open browser DevTools console (F12) to see the results.