Skip to content

Commit 71bfb15

Browse files
authored
Content, animated transition support added
1 parent 6515d9d commit 71bfb15

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Aspose.Slides.WebExtensions – new Aspose.Slides HTML Export System
22

3+
* [Introduction](#introduction)
4+
* [Main Components](#main-components)
5+
* [PresentationExtensions Methods](#presentationextensions-methods)
6+
* [Basic usage example](#basic-usage-example)
7+
* [JavaScript/CSS Animated Slide PowerPoint Transitions Support](#javascriptcss-animated-slide-powerpoint-transitions-support)
8+
39
## Introduction
410

511
Since the beginning of Aspose.Slides development, HTML export was one of the features provided by the API. Implementation of this feature was hide inside the library though. Export output was primarily in vector (SVG). Since there was no HTML markup and DOM, it is not possible to apply custom CSS styles and manipulate a document elements (e.g. via JavaScript). Also, that created a lag between HTML output adjustment/fix request and its releasing as well as certain issues caused by different browsers and HTML variability and changeable nature. And with growing amount of Aspose.Slides users those problems grew too.
@@ -320,3 +326,42 @@ Required ImageHelper changes contain adding new method AddWatermark and adjustin
320326
### Case 3. Support of old IE versions or new features of HTML5.
321327

322328
This case requires specific changes to templates and helpers, and go beyond the scope of this introduction. But the main benefit worth mentioning once again that developers can implement these changes by themselves, faster and more complete using new Aspose.Slides.Webextensions project rather than old presentation saving-to-HTML way.
329+
330+
## JavaScript/CSS Animated Slide PowerPoint Transitions Support
331+
332+
* Subtle
333+
* Fade
334+
* Push
335+
* Wipe
336+
* Split
337+
* Reveal
338+
* Random Bars
339+
* Cover
340+
* Flash
341+
342+
* Exciting
343+
* Dissolve
344+
* Switch
345+
* Flip
346+
* Gallery
347+
* Box
348+
* Zoom
349+
350+
* Dynamic Content
351+
* Pan
352+
* Ferris Wheel
353+
* Conveyor
354+
* Rotate
355+
* Orbit
356+
* Fly Through
357+
358+
* Other
359+
* Pull
360+
* Wheel
361+
* WheelReverse
362+
* Wedge
363+
* Circle
364+
* Diamond
365+
* Plus
366+
* Cube
367+
* Warp

0 commit comments

Comments
 (0)