Calling reveal()
on the same target does work with config.origin
as "top" or "left" [solved v3.2.0]
#270
Labels
reveal()
on the same target does work with config.origin
as "top" or "left" [solved v3.2.0]
#270
Recreating The Problem
After the first reveal, the distance for the CSS Translate X will be
-1000
because of this bit in the_configure()
method:The problem is that the second time through, this bit of code will result in
--1000
...And that’s just nonsense.
The text was updated successfully, but these errors were encountered: