You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should mention somewhere that elements have to be hidden first then do ramjet.transform(), and use { done: => { ramjet.show(target) }}... and also maybe that it doesnt like jquery elements.
If the docs do say that, my apologies, I couldn't find it
Reason is all your demos use hidden elements, but its not clear how to interact with a hidden element, and the effect doesnt work at all with hidden elements..
I originally tried to setup a fiddle with jquery and ramjet and it didnt work at all, then I tried to use a hidden element as a target transition and it didnt work, so I tried all the variations of methods to hide an element, display:none, visibility:hidden, jquery hide, etc.
Small rant sorry...
You should mention somewhere that elements have to be hidden first then do
ramjet.transform()
, and use{ done: => { ramjet.show(target) }}
... and also maybe that it doesnt like jquery elements.If the docs do say that, my apologies, I couldn't find it
Reason is all your demos use hidden elements, but its not clear how to interact with a hidden element, and the effect doesnt work at all with hidden elements..
I originally tried to setup a fiddle with jquery and ramjet and it didnt work at all, then I tried to use a hidden element as a target transition and it didnt work, so I tried all the variations of methods to hide an element, display:none, visibility:hidden, jquery hide, etc.
anyway after 30 minutes i got this: https://jsfiddle.net/davwcwmr/ cool!
The text was updated successfully, but these errors were encountered: