Skip to content
Advertisement

My Jquery Transit is Not working, What should I do

I try to animate objects with the jquery plugin Jquery Transit : http://ricostacruz.com/jquery.transit/ but it not working. so I want to coding like this https://codepen.io/sandrasofia/pen/pvbmNB

Questions are 1.My objects are not in the center and I need a blue color high as red box. 2. Why I can not run the Script? Thanks enter image description here enter image description here

JavaScript
JavaScript
JavaScript

Advertisement

Answer

Looks like you are not including jQuery library, which is necessary to use this plugin.

You should however try and accomplish this with css only.

This one is just with css, you should probably tweak it where necessary, but it should give you a good start.

JavaScript
JavaScript

This example includes your jQuery code.

JavaScript
JavaScript
JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement