Dan Caron
Dan Caron
Would love this as well.
Tried setting 'duration' option to 0 milliseconds, but it still shows an animated opening.
Figured it out. The key is setting duration to 10 and not 0. ``` // side menu var slideout = new Slideout({ 'panel': document.getElementById('panel'), 'menu': document.getElementById('menu'), 'padding': 320, 'tolerance': 70,...
``` {% load editorjs %} {% for field in form %} {{ field.label }} {{ field|editorjs }} {% endfor %} ```
This would be VERY cool.
https://github.com/mmccall10/el-transition If you think it could be worth doing, I'll start a branch. You can see an example of these transitions on the Tailwind components pages. I.e. the modal popup:...
Hey @matt-gardner I tried your fork, but couldn't get multiple words to show up. This is something I'm interested in as well. I read 800WPM and can read about a...
Great feature idea.
Yup. This PR fixed my issue.