python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.objects.shapes.Trim Class Reference
Inheritance diagram for lottie.objects.shapes.Trim:
[legend]
Collaboration diagram for lottie.objects.shapes.Trim:
[legend]

Public Member Functions

def __init__ (self)
 
- Public Member Functions inherited from lottie.objects.shapes.ShapeElement
def bounding_box (self, time=0)
 Bounding box of the shape element at the given time. More...
 
def __str__ (self)
 
- Public Member Functions inherited from lottie.objects.base.LottieObject
def to_dict (self)
 Serializes into a JSON object fit for the Lottie format. More...
 
def load (cls, lottiedict)
 Loads from a JSON object. More...
 
def find (self, search, propname="name")
 Recursively searches for child objects with a matching property. More...
 
def find_all (self, type, predicate=None, include_self=True)
 Find all child objects that match a predicate. More...
 
def clone (self)
 Returns a copy of the object. More...
 
def clone_into (self, other)
 
- Public Member Functions inherited from lottie.objects.base.LottieObjectMeta
def __new__ (cls, name, bases, attr)
 

Public Attributes

 start
 Start of the segment, as a percentage. More...
 
 end
 End of the segment, as a percentage. More...
 
 offset
 start/end offset, as an angle (0, 360) More...
 
 multiple
 
- Public Attributes inherited from lottie.objects.shapes.ShapeElement
 property_index
 Property index. More...
 
 hidden
 Hide element. More...
 
 blend_mode
 Blend mode. More...
 
 css_class
 CSS class used by the SVG renderer. More...
 
 layer_xml_id
 id attribute used by the SVG renderer More...
 
- Public Attributes inherited from lottie.objects.helpers.VisualObject
 name
 
 match_name
 

Static Public Attributes

string type = "tm"
 Shape type. More...
 
- Static Public Attributes inherited from lottie.objects.shapes.ShapeElement
 type = None
 Shape type. More...
 

Detailed Description

Todo:
Implement SIF Export
Trims shapes into a segment
Lottie JSON
Lottie name Type Description Attribute
nm str   name
mn str   match_name
hd bool Hide element.   hidden
ty str = 'tm' Shape type.   type
bm BlendMode Blend mode.   blend_mode
ix int Property index.   property_index
cl str CSS class used by the SVG renderer.   css_class
ln str id attribute used by the SVG renderer   layer_xml_id
s Value Start of the segment, as a percentage.   start
e Value End of the segment, as a percentage.   end
o Value start/end offset, as an angle (0, 360)   offset
m TrimMultipleShapes   multiple

Definition at line 736 of file shapes.py.

Constructor & Destructor Documentation

◆ __init__()

def lottie.objects.shapes.Trim.__init__ (   self)

Reimplemented from lottie.objects.shapes.ShapeElement.

Definition at line 749 of file shapes.py.

Member Data Documentation

◆ end

lottie.objects.shapes.Trim.end

End of the segment, as a percentage.

Definition at line 754 of file shapes.py.

◆ multiple

lottie.objects.shapes.Trim.multiple
Todo:
?

Definition at line 758 of file shapes.py.

◆ offset

lottie.objects.shapes.Trim.offset

start/end offset, as an angle (0, 360)

Definition at line 756 of file shapes.py.

◆ start

lottie.objects.shapes.Trim.start

Start of the segment, as a percentage.

Definition at line 752 of file shapes.py.

◆ type

string lottie.objects.shapes.Trim.type = "tm"
static

Shape type.

Definition at line 747 of file shapes.py.


The documentation for this class was generated from the following file: