rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

"Undefined" when external script references "transition" #179

Open qmanning opened 10 years ago

qmanning commented 10 years ago

Having an odd issue.

When I reference an external .JS file, I am thrown an "undefined" error regarding Transit's use of "transition."

If I take that same code, and place it at the bottom of my actual page, then the "transitions" have no issue.

Anyone else having this problem?