Henrik Ingo
646fc3c45a
Fix lint
2019-06-27 09:07:33 +03:00
Henrik Ingo
05cf6ffded
rel: In teardown, only reset data-x/y/z attribute if we modified it.
...
Fixes downstream bug in impressionist:
https://github.com/henrikingo/impressionist/issues/20
2019-06-27 06:58:48 +03:00
Henrik Ingo
194ae3bb62
Fixes to data-rel-to
...
Fixes 80ffff0e8f
2018-05-08 20:01:11 +03:00
Holger Teichert
80ffff0e8f
rel: Add relative positioning relative to any previous step. ( #686 )
2018-05-01 21:57:40 +03:00
Henrik Ingo
d6c6cd47c2
Change gc.lib.addCallback to gc.lib.pushCallback ( #626 )
2017-11-05 18:42:27 +02:00
Henrik Ingo
10632c2ebc
Add rel goto and skip plugins to build.js too
2017-10-21 14:31:56 +03:00
Henrik Ingo
82ff7cbde0
Add a framework for synchronously executed preInit and preStepLeave plugins.
...
This allows plugins to register to be executed at the beginning of
impress().init() and impress().goto() respectively. By returning false,
a plugin can also cancel the event.
Also adds 3 plugins that use this: rel, goto and stop.
2017-10-21 12:22:22 +03:00