aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/effects/clip.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-301-6/+3
| | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place.
* Effects: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-3/+3
|
* Effects: RewriteMike Sherov2014-12-101-1/+2
| | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017
* Effects tests: Add clip visual testMike Sherov2014-09-031-0/+92
Closes gh-1338