danielmg
danielmg

Reputation: 211

Simple CSS transitions doesnt work on browsers but in phonegap

I cant see my mistake in this test of a facebook style menu with bootstrap. The transition of the sidemenu after press the button work perfectly when I wrap it for android with phonegap(in webview), but seems they dont work on any browser...

Here you have the folders in google drive: https://drive.google.com/folderview?id=0BzJGOFi8-v0YdmVWYldOZUhBcXc&usp=sharing

Here you can access the result, hosted on google drive, make the window small to check it: https://googledrive.com/host/0BzJGOFi8-v0YdmVWYldOZUhBcXc/index.html

Thankyou, hope you can give me some help.

Upvotes: 0

Views: 54

Answers (1)

kthornbloom
kthornbloom

Reputation: 3730

.row-offcanvas needs an initial "Left" value of zero to animate from.

Unrelated, but I also noticed some errors about viewing the page via HTTPS (secure connection), but using included files from none secure places.

Upvotes: 2

Related Questions